We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

ardublockEdu

ArduBlock is a Block Programming Language for Arduino. The language and functions model closely to Arduino Language Reference. This version of ArduBlock is tweaked to more closely resemble the Arduino language, and is meant to teach kids programming basics before transitioning to C or C++.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website https://ardublockedu.sourceforge.io
Tags
Features
  • Block names match the Arduino Language Reference as much as possible. For example, the original ArduBlock had a block called "repeat"; this version has a block named "for" - this way kids will get to know the concept of a for loop.
  • Block drawers are organized to match the Arduino Libraries as much as possible.
  • Code produced is as human-readable as possible.
  • Variable or function names aren't changed unless absolutely necessary. All code is indented four spaces.
  • Third-party libraries are removed, so kids don't feel as overwhelmed.