There has been some manipulations performed in Pictory:
Code: Select all
pi@RevPi17663:~ $ piTest -r MF1_TEMP
2 Byte-Value of MF1_TEMP: 38056 dez (=94a8 hex)
2 Byte-Value of MF1_TEMP: 37993 dez (=9469 hex)
Code: Select all
import time
import struct
rpi = revpimodio2.RevPiModIO(autorefresh=True)
value = rpi.io.MF1_TEMP.value
print(value)
This is the incorrect output of running the above code:-24208