# Linux 下 I2C 工具 ```bash # 检测 I2C 设备 i2cdetect -r -y # 设置 I2C 设备寄存器值 i2cset -f -y # Dump I2C 设备寄存器 i2cdump -f -y ```