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

extern const mp_obj_type_t pyb_switch_type;