TakkTile / TakkTile-usb

Firmware for the recommended USB-I2C bridge for the TakkTile project
www.takktile.com
8 stars 10 forks source link

How to read the pressure/temp of only one sensor using self.dev.read(...) #14

Open RaduCorcodel opened 5 years ago

RaduCorcodel commented 5 years ago

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?