]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/micropython.py
Amlogic: meson-g12: integrate busio for G12A, G12B, and SM1
[Adafruit_Blinka-hackapet.git] / src / micropython.py
1 def const(x):
2     return x
3
4
5 def native(f):
6     return f
7
8
9 def viper(f):
10     raise SyntaxError("invalid micropython decorator")
11
12
13 def asm_thumb(f):
14     raise SyntaxError("invalid micropython decorator")