赤外線リモコンの受信をパルス幅にて行います。 Displays the pulse width of the IR control.

Dependents:   IRLED_SendReceveDemo IRreceiver_PulseWidth

Revision:
1:51aa48441784
Parent:
0:612202986301
Child:
2:674f9ea95a5a
--- a/IRRcevPulseWidth.h	Sun Dec 25 08:54:15 2016 +0000
+++ b/IRRcevPulseWidth.h	Sun Dec 25 09:39:00 2016 +0000
@@ -3,7 +3,7 @@
 
 #include "mbed.h"
 
-#define IR_RCEV_DEBUGOUT_ENABLE     (1)
+#define IR_RCEV_DEBUGOUT_ENABLE     (0)
 
 #if IR_RCEV_DEBUGOUT_ENABLE
 #define DBG(...) printf("" __VA_ARGS__)