micropython/tests/feature_check/byteorder.py

3 lines
32 B
Python
Raw Normal View History

2015-08-29 23:02:20 +01:00
import sys
print(sys.byteorder)