IRRemote12f675.X/main.h

8 lines
287 B
C

static inline void sleep();
static inline void init();
static inline void handle_buttons(char bit);
static inline void handle_IOC();
static inline void handle_TMR1();
static inline void send_command(char *command);
static inline void send_byte(char byte);
static inline void send(int x);