Fetching data with i2cget in I2C - Raspberry Pi Forums


from i2cdetect address of device 11(0x11)
image1.png
image1.png (5.92 kib) viewed 258 times

i2cdump -y 1 0x11
complete data on 0x11
image2.png
image2.png (20.39 kib) viewed 258 times


i2cget -y 1 0x11 0x01 w
or
i2cget -y 0x11 0x08 w
first 2 data shown in green line in above image.
how individual data out of example data marked in blue line in above image?
image3.png
image3.png (2.7 kib) viewed 258 times



raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'