forked RemoteIR
Fork of RemoteIR by
RemoteIR.h
- Committer:
- shintamainjp
- Date:
- 2010-08-17
- Revision:
- 1:4adf16017a0f
- Parent:
- 0:ec264f4ce158
- Child:
- 3:dfed23b157e6
File content as of revision 1:4adf16017a0f:
/** * IR remote common class (Version 0.0.3) * * Copyright (C) 2010 Shinichiro Nakamura (CuBeatSystems) * http://shinta.main.jp/ */ #ifndef _REMOTE_IR_H_ #define _REMOTE_IR_H_ class RemoteIR { public: typedef enum { UNKNOWN, NEC, AEHA, SONY } Format; private: RemoteIR(); }; #endif