in Japanese
[ArduinoConf][ArduinoMonitor][iArduino]

GUI configurator for Arduino

Abstract

This program enables you to graphically configure Arduino's pins and get source code for Arduino IDE.

How to use

Change names of the pins and select the usage of the pins from pull down menu. Pressing `Show code' button shows source code for Arduino IDE. Then you can copy & paste it to the IDE or use "Save" button to save to a file.

Since you don't need initialization to use analogWrite() function which makes PWM (analog out), it is not shown in the pull down menu.

Note

You need .NET Framework 4 to use this program.

Download

History


back
(c) 2011 N. Mitsunaga