IR receiver for TG-LPC11U35-501

Dependencies:   AQM0802 IR mbed

Files at this revision

API Documentation at this revision

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
--- 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()