5 lines
163 B
C
5 lines
163 B
C
static inline void sleep();
|
|
static inline void init();
|
|
static inline void handleButtons(char bit);
|
|
static inline void handleIOC();
|
|
static inline void handleTMR1(); |