1234567891011121314151617181920212223 |
- #ifndef __TEMP3__
- #define __TEMP3__
- // ESIC WT450H
- #include "app.h"
- void temp3ResetDecoder ();
- extern unsigned long long temp3_x_data;
- boolean nextPulseTemp3(unsigned int width);
- typedef struct {
- unsigned int remote_id;
- unsigned char group;
- unsigned char onOff;
- unsigned char channel;
- unsigned char button;
- } TEMP3_QUEUE_DATA;
- #endif
|