micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
import usys as sys
|
||||
except ImportError:
|
||||
import sys
|
||||
|
||||
print(sys.byteorder)
|
Reference in New Issue
Block a user