Menu

Tree [9d7c05] default tip /
 History

Read Only access


File Date Author Commit
 lib 2018-07-10 tormes tormes [661211] version 1.0.7
 resources 2020-07-15 tormes tormes [946090] 2.0.0
 src 2021-05-25 tormes tormes [9d7c05] 2.0.1
 .hgignore 2015-07-07 tormes tormes [aba6bb] version 002
 LICENSE.txt 2015-01-15 tormes tormes [28fa82] version 001
 README.markdown 2015-01-15 tormes tormes [28fa82] version 001
 changelog.txt 2021-05-25 tormes tormes [9d7c05] 2.0.1
 install_openblocks 2015-01-15 tormes tormes [28fa82] version 001
 pom.xml 2021-05-25 tormes tormes [9d7c05] 2.0.1

Read Me

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. After checking out the source for the first time, one should run the following to install Arduino's pde.jar into the local repository.

$ mvn validate

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 clean package

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

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

Deploy

Edit code of ardublock

$ mvn clean package

copy the target/ardublock-all.jar to Arduino\tools\ArduBlockTool\tool

Authors

  • David Li taweili@gmail.com
  • HE Qichen heqichen@gmail.com

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

MongoDB Logo MongoDB