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

[History]
- 0.4 (2011/12/1) : Remove "RC" from analog pins since they are not supported.
- 0.3 (2011/11/30): Bug fix(servo.h -> Servo.h) + Added loop() function + Added Save button
- 0.2: Support character LCD (LyquidCrystal library) 

[Contacts]
Send message to @nnmtng

(c) 2011 N. Mitsunaga
