goodwatch/firmware/sidebutton.h
2017-11-14 14:07:10 -05:00

11 lines
223 B
C

/*! \file sidebutton.h
\brief Sidebutton driver.
*/
//! Initialize the IO pins.
void sidebutton_init();
//! Is the mode button pressed?
int sidebutton_mode();
//! Is the Program/Set button pressed?
int sidebutton_set();