micropython/stmhal/accel.h

4 lines
65 B
C
Raw Normal View History

void accel_init(void);
MP_DECLARE_CONST_FUN_OBJ(pyb_Accel_obj);