micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# this test for the availability of native emitter
|
||||
@micropython.native
|
||||
def f():
|
||||
pass
|
||||
|
||||
|
||||
f()
|
||||
print("native")
|
Reference in New Issue
Block a user