summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/usrsw.h
blob: b1b838653f4e7cdf9eb6259b0ae97e1995ab29ac (plain) (blame)
1
2
3
4
5
void switch_init0(void);
void switch_init(void);
int switch_get(void);

MP_DECLARE_CONST_FUN_OBJ(pyb_switch_obj);