forked RemoteIR

Fork of RemoteIR by Shinichiro Nakamura

Revision:
10:c54fb1204d1e
Parent:
9:dcfdac59ef74
Child:
11:268cc2ab63bd
--- a/TransmitterIR.h	Fri Sep 17 20:22:38 2010 +0000
+++ b/TransmitterIR.h	Fri Sep 17 21:44:01 2010 +0000
@@ -10,7 +10,6 @@
 
 #include <mbed.h>
 
-#include "Semaphore.h"
 #include "RemoteIR.h"
 
 /**
@@ -76,8 +75,7 @@
     Ticker ticker;
     data_t data;
     work_t work;
-    Semaphore sem;
-
+    
     static const int TUS_NEC = 562;
     static const int TUS_AEHA = 425;
     static const int TUS_SONY = 600;