# HG changeset patch # User drewp@bigasterisk.com # Date 1421732291 28800 # Node ID 75b1dc5c0bdcc532378af90bfd78bdc2919acb68 # Parent 28c2db876548b83634f93cbd53433f8efaf6f005 notes on pins Ignore-this: 1fced0c832715c5fbd16011563e7120a diff -r 28c2db876548 -r 75b1dc5c0bdc 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) {