Skip to content

Commit b19c8f3

Browse files
committed
Update 0x3b address in use text with link to rpi issue.
1 parent 9c4d3d0 commit b19c8f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ sudo apt-get install i2c-tools python-smbus
7979
##### Check
8080

8181
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.*
82+
The "UU" at 3b is due to a [kernel audio driver using this address][rpi-wolfson], unrelated to this project.*
8383

8484
```bash
8585
$ i2cdetect -y 1
@@ -94,6 +94,8 @@ $ i2cdetect -y 1
9494
70: -- -- -- -- -- -- -- --
9595
```
9696

97+
[rpi-wolfson]: http://www.raspberrypi.org/forums/viewtopic.php?f=44&t=81750 "I2C Driver on Address 0x3b on Bus 1"
98+
9799
#### GPIO Support
98100

99101
The `forgan.py` script uses RPIO to access the Pi's GPIO pins.

0 commit comments

Comments
 (0)