This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0954d426f
micropython
/
stmhal
/
accel.h
4 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Make Led, Servo and Accel their class, not a function.
2014-03-24 11:48:39 +00:00
extern
const
mp_obj_type_t
pyb_accel_type
;
stmhal: Add I2C support; change accel driver to use new I2C.
2014-03-25 23:26:14 +00:00
void
accel_init
(
void
)
;