This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_micropython
/
stmhal
/
accel.h
4 lines
65 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Add accelerometer driver; fix bug with LFN.
2014-03-20 23:33:30 +00:00
void
accel_init
(
void
)
;
stmhal: Improved interface to accelerometer.
2014-03-23 15:34:54 +00:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_Accel_obj
)
;
Reference in New Issue
Copy Permalink