E8WATS
Fork of RemoteIR by
Diff: RemoteIR.h
- Revision:
- 11:268cc2ab63bd
- Parent:
- 9:dcfdac59ef74
--- a/RemoteIR.h Fri Sep 17 21:44:01 2010 +0000 +++ b/RemoteIR.h Mon Sep 20 00:54:59 2010 +0000 @@ -20,6 +20,10 @@ SONY } Format; + static const int TUS_NEC = 562; + static const int TUS_AEHA = 425; + static const int TUS_SONY = 600; + private: RemoteIR(); };