
IR
Dependencies: mbed TextLCD RemoteIR
Fork of RemoteIR_TestProgram by
Revision 3:10d1579b495c, committed 2010-09-17
- Comitter:
- shintamainjp
- Date:
- Fri Sep 17 20:24:03 2010 +0000
- Parent:
- 2:9e3081533f70
- Child:
- 4:a96406427829
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 21 11:06:41 2010 +0000 +++ b/main.cpp Fri Sep 17 20:24:03 2010 +0000 @@ -11,9 +11,9 @@ #include "TransmitterIR.h" #include "TextLCD.h" -#define TEST_LOOP_BACK 0 +#define TEST_LOOP_BACK 1 -ReceiverIR ir_rx(p17); +ReceiverIR ir_rx(p15); TransmitterIR ir_tx(p21); TextLCD lcd(p24, p26, p27, p28, p29, p30); BusOut led(LED4, LED3, LED2, LED1);
--- a/mbed.bld Sat Aug 21 11:06:41 2010 +0000 +++ b/mbed.bld Fri Sep 17 20:24:03 2010 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9114680c05da +http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e