1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:55:33 +02:00
tldr/pages/linux/i2cdetect.md
2025-07-09 06:19:46 +03:00

17 lines
315 B
Markdown

# i2cdetect
> Scan I2C buses.
> See also: `i2cdump`, `i2cget`, `i2cset`.
> More information: <https://manned.org/i2cdetect>.
- List active I2C buses:
`i2cdetect -l`
- Scan devices on an I2C bus:
`i2cdetect {{i2c_bus}}`
- Scan devices on an I2C bus without asking for confirmation:
`i2cdetect -y {{i2c_bus}}`