# HG changeset patch # User drewp # Date 1421732291 28800 # Node ID 2decd45addf4a044c977098d7ff316b259487c68 # Parent 70fd4c07a3268261753f83467c33365517adb0fd notes on pins Ignore-this: 1fced0c832715c5fbd16011563e7120a darcs-hash:20150120053811-312f9-cbcd7801cd4a454a3ae4a05c5534cfb0a9cbafb8 diff -r 70fd4c07a326 -r 2decd45addf4 service/busyboxArduino/main.ino --- a/service/busyboxArduino/main.ino Mon Jan 19 18:02:47 2015 -0800 +++ b/service/busyboxArduino/main.ino Mon Jan 19 21:38:11 2015 -0800 @@ -1,3 +1,20 @@ +/* +D0 <--------- +D1 lcd rw +D2 <--------- +D3 ir out ----- +D4 lcd 4 +D5 lcd 5 +D6 lcd 6 +D7 lcd 7 +D8 lcd rs +D9 lcd en +D10 lcd backlight +D11 tbd <------------ +D12 motion in <-------- +D13 debug led <-------- + + */ #include #include #include "DFR_Key.h" @@ -28,6 +45,7 @@ uint16_t steps = 0; uint16_t stepDelayPerBrightnessFade = 2048; +// uses pin 3 IRsend irsend; void sendnec(byte addr, byte cmd) {