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
c4808dae0a
micropython
/
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 14:04:55 +00: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 12:52:37 +00:00
stm: rename sw_xx to switch_xx; change Python bindings to new version.
2014-01-05 14:04:55 +00:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_switch_obj
)
;