micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# check if async/await keywords are supported
|
||||
async def foo():
|
||||
await 1
|
||||
|
||||
|
||||
print("async")
|
Reference in New Issue
Block a user