Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TextLCD RemoteIR
Fork of RemoteIR_TestProgram by
Diff: main.cpp
- Revision:
- 3:10d1579b495c
- Parent:
- 2:9e3081533f70
- Child:
- 4:a96406427829
--- 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);
