We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4d3d0 commit b19c8f3Copy full SHA for b19c8f3
README.md
@@ -79,7 +79,7 @@ $ sudo apt-get install i2c-tools python-smbus
79
##### Check
80
81
With nothing on the i2c bus, there should be no addresses taken. *Note:
82
-I have no idea what the "UU" in b30 is about.*
+The "UU" at 3b is due to a [kernel audio driver using this address][rpi-wolfson], unrelated to this project.*
83
84
```bash
85
$ i2cdetect -y 1
@@ -94,6 +94,8 @@ $ i2cdetect -y 1
94
70: -- -- -- -- -- -- -- --
95
```
96
97
+[rpi-wolfson]: http://www.raspberrypi.org/forums/viewtopic.php?f=44&t=81750 "I2C Driver on Address 0x3b on Bus 1"
98
+
99
#### GPIO Support
100
101
The `forgan.py` script uses RPIO to access the Pi's GPIO pins.
0 commit comments