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