====== Arduino Sketches ====== {{:arduino_extreme_480.jpg|}} ====Swich Controlled Blink==== [[Switch Controlled Blink | Switch Controlled Blink]] ==== Luke's arduino makefile ==== Luke's arduino makefile + source: [[http://github.com/lukec/arduino-blink/tree/master | git-hub]] === Rough Instructions for OS X === *Install ports <code>sudo port install avr-gcc</code> * follow these steps: [[http://forums.ladyada.net/viewtopic.php?t=1887&start=0&postdays=0&postorder=asc&highlight=&sid=93d486931d944f9ef34d4d83d03e5f8f | forums.ladyada.net/....]] * git-pull down my above repo <code>git clone http://github.com/lukec/arduino-blink.git</code> * follow the steps at the top of the Makefile * edit blink.cpp * make * <prepare your bootloader - push a button or whatever> * make upload