Detect and communicate with I2C devices on Linux systems.
Heterogeneous set of I2C tools for Linux
i2cdetect
i2cdump
i2cget
i2cset
i2ctransfer
$ i2cdetect -y 1
$ i2cget -y 1 0x50 0x00
$ i2cset -y 1 0x50 0x00 0xFF
$ i2cdump -y 1 0x50
$ i2cdetect -l