RSB-3730 I2C Test

From ESS-WIKI
Revision as of 05:39, 13 November 2023 by Xingxing.li (talk | contribs) (Created page with " '''Check i2c device (audio codec: 0-000a).''' <pre># i2cdetect -y 0</pre> File:RSB-3730 I2C detect.png '''I2c set and get''' <pre># i2cset -f -y 4 0x0a 0 0xff00 w # i2c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Check i2c device (audio codec: 0-000a).

# i2cdetect -y 0

RSB-3730 I2C detect.png

I2c set and get

# i2cset -f -y 4 0x0a 0 0xff00 w
# i2cget -f -y 4 0x0a 0 w

RSB-3730 I2C set and get.png