Close

Creating a Block

A project log for Barnabas Robotics ArduBlock Upgrade

An upgrade for ArduBlock

nateNate 07/04/2019 at 02:060 Comments

There are two components to creating the block. There is the Ardublock parameters that visually create the button and its capabilities and there is the block's java file that controls what the button does.

Ardublock works by referencing a number of different files to complete tasks. Important files include:

ardublock.xml instructions here:

ardublock.properties "":

block-mapping.properties "":

java file "":

Discussions