Skip to content

ArduBlock is a Block Programming Language for Arduino.

License

Notifications You must be signed in to change notification settings

flamingoeda/ardublock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArduBlock

ArduBlock is a Block Programming Language for Arduino. The language and functions model closely to Arduino Language Reference

Installation

The project is managed by Maven.

$ mvn clean package

Usage

$ mvn exec:java -Dexec.mainClass="com.ardublock.Main"

Development

Change the /src/main/resources/com/ardublock/block/ardublock_def.xml to add new blocks to ArduBlock

$ mvn compile exec:java -Dexec.mainClass="com.ardublock.Main"

The Visual Block environment should show up. Happy Hacking! ;)

Authors

ToDo

License

Copyright (C) 2011 David Li and He Qichen

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/.

About

ArduBlock is a Block Programming Language for Arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published