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ść
61ee59ad89
micropython
/
ports
/
qemu-arm
/
test-frzmpy
/
frozen_viper.py
9 wiersze
107 B
Python
Czysty
Wina
Historia
# Test freezing viper code.
import
micropython
@micropython.viper
def
viper_add
(
x
,
y
)
:
print
(
x
+
y
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik