index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
feature_check
/
byteorder.py
blob: 509bd8b1b51de5e57a7e9a44fff1326be18a64c2 (
plain
)
1
2
3
4
5
6
try
:
import
usys
as
sys
except
ImportError
:
import
sys
print
(
sys
.
byteorder
)