Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
technical:raspberry_pi_i2c_and_spi [2019/08/29 18:49] – bob | technical:raspberry_pi_i2c_and_spi [2019/08/29 18:50] (current) – bob | ||
---|---|---|---|
Line 21: | Line 21: | ||
sudo apt-get install -y i2c-tools | sudo apt-get install -y i2c-tools | ||
| | ||
- | i2cdetect program will probe all the addresses on a bus | + | i2cdetect program will probe all the addresses on a bus. Read and write registers using the i2cget, i2cset and i2cdump commands. |
i2cdetect -Y 1 | i2cdetect -Y 1 |