This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
c3813ff50d
micropython
/
stm
/
usrsw.h
5 wiersze
89 B
C
Czysty
Zwykły widok
Historia
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
)
;