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
6d3c5e4301
circuitpython
/
stm
/
usrsw.h
5 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
stm: rename sw_xx to switch_xx; change Python bindings to new version.
2014-01-05 09:04:55 -05:00
void
switch_init
(
void
)
;
int
switch_get
(
void
)
;
Move user switch code into a separate module * Move user switch code from main.c into a separate module (usrsw) * Add usrsw.c to Makefile
2014-01-05 07:52:37 -05:00
stm: rename sw_xx to switch_xx; change Python bindings to new version.
2014-01-05 09:04:55 -05:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_switch_obj
)
;