Updated MCP23008 MCP23017 (markdown)

andrethomas 2018-07-28 21:00:36 +02:00
parent 082d78285e
commit 775c815e1e
1 changed files with 5 additions and 1 deletions

@ -92,7 +92,11 @@ Where:
**1** = Weak internal pull-up **ENABLED**
Examples of this:
### IMPORTANT NOTICE ON USE OF INTERRUPTS
**_Only use interrupts on pins which are either explicitly pulled down GND or up to VCC externally as floating pins may cause unintended MQTT responses for pins which are floating. So unless your connected wire/device explicitly pulls the pin to GND or VCC only when conditions of an interrupt would be met it is recommended that you either do not set a pin for an interrupt mode or at least enable pull-up resistors for the unused pins with pullup = 1 when you perform your sensor29 pin,pinmode,pullup command._**
Examples of some pin configuration options:
`sensor29 4,1,0` - Will enable D4 for INPUT without internal pull-up resistor