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