The editor can be programmed to Arduino by combining blocks as Scratch.The editor can be programmed to Arduino by combining blocks as Scratch.
It will function as an external editor of Arduino of IDE.
In addition, this Editor have implemented the following functions.
- Save and load of Arduino for .ino file & BlocklyDuino for the XML file
- language selection ( English , Japanese , Japanese-kids )
- Autosave Mode ( default interval 1 minute , can be changed )
# Updates
- 1.7.0
Modification of the wording
- 1.6.9
Add an entry for the modulo
- 1.6.8
fixed RGBLed Block bug
- 1.6.7
Add NeoPixel block
- 1.6.6
Add new Blocks (Adafruit Capacitive Touch Sensor)
- 1.6.5
Fixed a UI bug
- 1.6.4
Fixed a bug of text input
- 1.6.3
Implement the import / export function of XML code
- 1.6.2
Fixed a bug of the mills function
- 1.6.1
Modified to use a variable in Delya function
- 1.6.0
Fixed a bug that can not be numerical assignment to Unsigned Long
- 1.5.9
Add AERobot block
Choose the block except the core among a setting dialogue
- 1.5.8
Add the ancillary information in some of the blocks
- 1.5.7
- Increased the kind of Variable Type
- Add cast blocks
- Add interrupts blocks
- Change WhileUntil blocks to While blocks
- 1.4.9
Add 7Segment Blocks that can control the Adafruit 4-Digit 7-Segment Display w/I2C Backpack
Fixed RGBLed Blocks bug
- 1.4.8
Add matrix LED block that can control the Adafruit LED matrix I2C backpack
Change the color selection of the RGB Led block in the color palette
- 1.4.7
add Grove Blocks
(Supports GROVE Starter Kit V3)
- 1.4.5
Fixed a bug that could not additional variables
- 1.4.4
fix pulse-in blocks bug
- 1.4.3
add new blocks (Byte code of Number)
- 1.4.1
add servo blocks
- 1.4.0
Fixed around file manipulation (add "Create New File" & "Save As...")