123456789101112131415161718192021222324 |
- #ifndef __TEMP1__
- #define __TEMP1__
- #include "app.h"
- void temp1ResetDecoder ();
- extern unsigned long temp1_x_data;
- boolean nextPulseTemp1(unsigned int width);
- typedef struct {
- unsigned int remote_id;
- unsigned char group;
- unsigned char onOff;
- unsigned char channel;
- unsigned char button;
- } TEMP1_QUEUE_DATA;
- //#define LOG_SIZE 3096
- //extern unsigned short nexaData[LOG_SIZE];
- //extern unsigned short logCounter;
- #endif
|