/* * buttons.h */ #ifndef __BUTTONS_H__ #define __BUTTONS_H__ void buttons_init(void); void buttons_run(void); #endif // __BUTTONS_H__