circuitpython/stmhal/usrsw.h

5 lines
92 B
C

void switch_init0(void);
int switch_get(void);
extern const mp_obj_type_t pyb_switch_type;