You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error --> name "big" isnt defined --> On Display CORE2
Command int from bytes (in Register Math)
Modul CORE2 1.7.2 with UIFLOW V1.7.2
Python: I2C = int.from_bytes((i2c0.read(1)), big)
------------DOC ---------------- https://docs.python.org/3/library/sys.html#sys.byteorder
sys.byteorder
An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant byte first) platforms, and 'little' on little-endian (least-significant byte first) platforms.
The text was updated successfully, but these errors were encountered:
Error --> name "big" isnt defined --> On Display CORE2
Command int from bytes (in Register Math)
Modul CORE2 1.7.2 with UIFLOW V1.7.2
Python: I2C = int.from_bytes((i2c0.read(1)), big)
------------DOC ---------------- https://docs.python.org/3/library/sys.html#sys.byteorder
sys.byteorder
An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant byte first) platforms, and 'little' on little-endian (least-significant byte first) platforms.
The text was updated successfully, but these errors were encountered: