This website requires JavaScript.
Explore
Help
Register
Sign In
fengqi
/
lv_micropython
Watch
1
Star
0
Fork
0
You've already forked lv_micropython
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
lv_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 14:52:37 +02: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
)
;
Reference in New Issue
Copy Permalink