Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef IO_H
#define IO_H
typedef struct {
uint8_t btn_change;
} IO_DATA;
void IO_Init(void);
void IO_IOC_Enable(void);
void IO_Interrupt(void);
#endif /* IO_H */