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
30216325010e198c2e73ea41811ae63ea5ee3991
30216325010e198c2e73ea41811ae63ea5ee3991
Switch branch/tag
uPython-mirror
stmhal
accel.h
Find file
Normal view
History
Permalink
accel.h
67 Bytes
Newer
Older
stmhal: Make Led, Servo and Accel their class, not a function.
Damien George
committed
Mar 24, 2014
1
extern
const
mp_obj_type_t
pyb_accel_type
;
stmhal: Add I2C support; change accel driver to use new I2C.
Damien George
committed
Mar 25, 2014
2
3
void
accel_init
(
void
);