Example #1
0
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
#endif
}
Example #2
0
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
	DEBUG(button, "Bind button initialized");
#endif
}