Lib for sending IR signals from mbed.

Dependents:   ir-puck ir-puck2 ir-puck

Revision:
1:402625e9170f
Parent:
0:741de6c95ae9
Child:
2:4576fcd93ffd
--- a/IRSender.h	Fri Jul 25 07:43:47 2014 +0000
+++ b/IRSender.h	Mon Jul 28 09:15:02 2014 +0000
@@ -10,6 +10,7 @@
     static Serial __IRSENDER__irLogger(USBTX, USBRX);
 #else
     #define LOG(fmt, ...)
+    #define APPEND(fmt, ...)
 #endif
 
 /** Small library to drive the pin of an IR LED.