Raspberry Pi - I2C Communication
You run
sudo i2cdetect -y 1 and see the following partial output:0 1 2 3 4 5 6 7 8 9 a b c d e f 00: 03 -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- ...What does the address
03 represent in this output?