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ść
7eb29c2000
micropython
/
ports
/
teensy
/
memzip_files
/
main.py
16 wiersze
143 B
Python
Czysty
Wina
Historia
import
pyb
print
(
"
Executing main.py
"
)
led
=
pyb
.
LED
(
1
)
led
.
on
(
)
pyb
.
delay
(
100
)
led
.
off
(
)
pyb
.
delay
(
100
)
led
.
on
(
)
pyb
.
delay
(
100
)
led
.
off
(
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik