コード例 #1
0
ファイル: button.c プロジェクト: dewagter/superbitrf-firmware
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
#endif
}
コード例 #2
0
/**
 * Initialize the buttons
 */
void button_init(void) {
#ifdef USE_BTN_BIND
	BTN_INIT(BIND);
	DEBUG(button, "Bind button initialized");
#endif
}