
IR
Dependencies: mbed TextLCD RemoteIR
Fork of RemoteIR_TestProgram by
Revision 4:a96406427829, committed 2010-09-17
- Comitter:
- shintamainjp
- Date:
- Fri Sep 17 21:45:03 2010 +0000
- Parent:
- 3:10d1579b495c
- Child:
- 5:40750d5779ca
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Sep 17 20:24:03 2010 +0000 +++ b/main.cpp Fri Sep 17 21:45:03 2010 +0000 @@ -11,7 +11,7 @@ #include "TransmitterIR.h" #include "TextLCD.h" -#define TEST_LOOP_BACK 1 +#define TEST_LOOP_BACK 0 ReceiverIR ir_rx(p15); TransmitterIR ir_tx(p21);