This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6609d636d0
circuitpython
/
stmhal
/
accel.h
4 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Add accelerometer driver; fix bug with LFN.
2014-03-20 19:33:30 -04:00
void
accel_init
(
void
)
;
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
;
Reference in New Issue
Copy Permalink