circuitpython/tests/feature_check/byteorder.py

3 lines
32 B
Python
Raw Normal View History

2015-08-29 18:02:20 -04:00
import sys
print(sys.byteorder)