RemoteIR.

Dependents:   RemoteIR_TestProgram SerialGPS_TestProgram StarBoardOrangeExpansion1 Door_Slamming_Device ... more

Revision:
11:268cc2ab63bd
Parent:
10:c54fb1204d1e
--- a/ReceiverIR.h	Fri Sep 17 21:44:01 2010 +0000
+++ b/ReceiverIR.h	Mon Sep 20 00:54:59 2010 +0000
@@ -74,10 +74,6 @@
         int d2;
     } work_t;
 
-    static const int TUS_NEC = 562;
-    static const int TUS_AEHA = 425;
-    static const int TUS_SONY = 600;
-
     InterruptIn evt;    /**< Interrupt based input for input. */
     Timer timer;        /**< Timer for WDT. */
     Ticker ticker;      /**< Tciker for tick. */