micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
f = open("io/data/bigfile1", "rb")
|
||||
b = f.read(512)
|
||||
print(len(b))
|
||||
print(b)
|
Reference in New Issue
Block a user