Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
9050b2ee337c1f34412e2cc4c27da278756bc481
9050b2ee337c1f34412e2cc4c27da278756bc481
Switch branch/tag
uPython-mirror
stmhal
accel.h
Find file
Normal view
History
Permalink
accel.h
65 Bytes
Newer
Older
stmhal: Add accelerometer driver; fix bug with LFN.
Damien George
committed
Mar 20, 2014
1
2
void
accel_init
(
void
);
stmhal: Improved interface to accelerometer.
Damien George
committed
Mar 23, 2014
3
MP_DECLARE_CONST_FUN_OBJ
(
pyb_Accel_obj
);