Fetching data with i2cget in I2C - Raspberry Pi Forums
from i2cdetect address of device 11(0x11)
i2cdump -y 1 0x11
complete data on 0x11
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?
i2cdump -y 1 0x11
complete data on 0x11
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?
raspberrypi
Comments
Post a Comment