Typos a/an (#13846)
This commit is contained in:
@@ -4,7 +4,7 @@ This binding allows you to have native access for MCP23017 I/O expander on I2C b
|
||||
It was tested with Raspberry Pi 2 and Raspberry Pi 3, but probably should work with other devices supported by [Pi4J](https://pi4j.com/) library.
|
||||
|
||||
On Raspberry Pi the user on which openHAB is running (default user name is "openhab") needs to be added to groups "i2c" and "gpio".
|
||||
As the MCP23017 has 3 address pins, you are restricted to 8 devices on a I2C bus.
|
||||
As the MCP23017 has 3 address pins, you are restricted to 8 devices on an I2C bus.
|
||||
To use more devices you have to open further I2C busses.
|
||||
Therefore you can use overlays to enable bit banging I2C busses on the Raspberry Pi connector, up to I2C6.
|
||||
(https://github.com/raspberrypi/firmware/tree/master/boot/overlays)
|
||||
|
||||
Reference in New Issue
Block a user