yasuyuki onodera
/
mbed_IR
IR receiver for TG-LPC11U35-501
Revision 4:4642c669045c, committed 2015-09-28
- Comitter:
- yasuyuki
- Date:
- Mon Sep 28 04:47:25 2015 +0000
- Parent:
- 3:7ecc01d39b46
- Commit message:
- to change P0_13 to P0_7
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7ecc01d39b46 -r 4642c669045c main.cpp --- a/main.cpp Sat Sep 26 13:15:46 2015 +0000 +++ b/main.cpp Mon Sep 28 04:47:25 2015 +0000 @@ -41,7 +41,7 @@ #endif AQM0802 lcd(i2c); -IR ir(P0_12,P0_13); +IR ir(P0_12,P0_7); InterruptIn button(P0_12); void irInterrupt()