This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
60be1cf3b9
circuitpython
/
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 07:48:39 -04:00
extern
const
mp_obj_type_t
pyb_accel_type
;
stmhal: Add I2C support; change accel driver to use new I2C.
2014-03-25 19:26:14 -04:00
void
accel_init
(
void
)
;