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
I'm interested in reading the pressure/temperature raw data of only one sensor from the array.
I understand that I can just read the whole array and look only at the value I care about, but I was wondering if there is a variation of data = self.dev.read(0x81,720,0, 100) from getRawData in Takktile.py that allows me to only query one address?
The text was updated successfully, but these errors were encountered:
I'm interested in reading the pressure/temperature raw data of only one sensor from the array.
I understand that I can just read the whole array and look only at the value I care about, but I was wondering if there is a variation of
data = self.dev.read(0x81,720,0, 100)
fromgetRawData
in Takktile.py that allows me to only query one address?The text was updated successfully, but these errors were encountered: