source:
svn/branches/remocon/zasc/app_c/DST_nec_ir_sender.h
| Last change on this file was 63, checked in by phkim, 11 years ago | |
|---|---|
| File size: 241 bytes | |
| Line | |
|---|---|
| 1 | #ifndef __DST_NEC_IR_SENDER__ |
| 2 | #define __DST_NEC_IR_SENDER__ |
| 3 | |
| 4 | #include "DST_CommonAPI.h" |
| 5 | #include "DST_Types.h" |
| 6 | |
| 7 | void DST_NEC_IR_Send(unsigned char custom0, unsigned char custom1, unsigned char code); |
| 8 | |
| 9 | #endif //__DST_NEC_IR_SENDER__ |
Note: See TracBrowser
for help on using the repository browser.
