RemotoIR Libraryに、IRC Helicopter Propo の受信処理と、受信パルス幅測定処理を追加したものです。

Dependents:   SwiftPropoIR_TestProgram irRawDataDisplay spinner2 LPC1114_ir-spinne_main-propo

Fork of RemoteIR by Shinichiro Nakamura

Revision:
9:dcfdac59ef74
Parent:
0:ec264f4ce158
--- a/Semaphore.h	Sat Aug 21 13:28:50 2010 +0000
+++ b/Semaphore.h	Fri Sep 17 20:22:38 2010 +0000
@@ -26,7 +26,7 @@
 
 private:
     enum { SemFree, SemTaken };
-    int s;
+    volatile int s;
 };
 
 #endif
\ No newline at end of file