HW/IT/SingleBoardComputers/Arduino/Arduino

Links ===== * [Ladyada: Arduino Tutoria](http://www.ladyada.net/learn/arduino)

Specials ======== * [Interrupts](http://www.codeproject.com/Articles/61023/Arduino-Platform-Interrupts-Introduction)

Command line =============

For compiling and uploading your code from command line you need this Makefile. The necessary programs are listed [here](http://playground.arduino.cc/Learning/CommandLine). The Makefile is [here](/HW/IT/Arduino/Makefile).

For compiling copy the Makefile to the directory next to your code, open terminal and write make. For uploading the binary code write make upload.