micropython: add micropython component
This commit is contained in:
10
components/language/micropython/examples/micropython.py
Normal file
10
components/language/micropython/examples/micropython.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# micropython module placeholder for CPython
|
||||
|
||||
# Dummy function decorators
|
||||
|
||||
|
||||
def nodecor(x):
|
||||
return x
|
||||
|
||||
|
||||
bytecode = native = viper = nodecor
|
Reference in New Issue
Block a user