Menu

Tree [8e4155] master /
 History

HTTPS access


File Date Author Commit
 lib 2013-10-24 Daniel Girardi Daniel Girardi [13cc72] files
 src 2016-05-16 Adam Johnson Adam Johnson [8e4155] Made delay blocks look nicer by removing "MILLI...
 .gitignore 2014-08-28 karlTH karlTH [f18fd2] forgot some ...
 .travis.yml 2013-07-15 haobug haobug [f86ccb] added travis continuous integration support
 Creating a New Block.txt 2016-04-10 Adam Johnson Adam Johnson [8251dd] added note Creating a New Block.txt based on fo...
 LICENSE.txt 2013-10-24 Daniel Girardi Daniel Girardi [13cc72] files
 README.markdown 2016-05-12 Adam Johnson Adam Johnson [08add7] * added attribution for authors of original pro...
 install_openblocks 2013-07-15 haobug haobug [f86ccb] added travis continuous integration support
 pom.xml 2016-05-16 Adam Johnson Adam Johnson [3167c2] * changed colors of nearly everything!

Read Me

ArduBlock Education Edition

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++.
Some of the changes:
* 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.

Installation

After building this, copy the target/ardublock-all.jar to Arduino\tools\ArduBlockTool\tool. Then open the Arduino IDE, and go to Tools --> ArduBlock Education Edition.

Authors

  • Adam Johnson adamj537@gmail.com
    Authors of the original version:
  • David Li taweili@gmail.com
  • HE Qichen heqichen@gmail.com

License

This file is part of ArduBlock.

ArduBlock is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ArduBlock is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ArduBlock. If not, see http://www.gnu.org/licenses/.