mirror of https://github.com/arendst/Tasmota.git
Updated MCP23008 MCP23017 (markdown)
parent
ff459f7ffb
commit
66e71d7161
|
@ -64,15 +64,15 @@ Where:
|
|||
|
||||
Examples of this:
|
||||
|
||||
`sensor27 4,1,0` - Will enable D4 for INPUT without internal pull-up resistor
|
||||
`sensor29 4,1,0` - Will enable D4 for INPUT without internal pull-up resistor
|
||||
|
||||
`sensor27 3,1,1` - Will enable D3 for INPUT with the internal pull-up resistor ENABLED
|
||||
`sensor29 3,1,1` - Will enable D3 for INPUT with the internal pull-up resistor ENABLED
|
||||
|
||||
`sensor27 5,2,1` - Will enable D5 for INPUT and report on change state from LOW to HIGH and HIGH to LOW via MQTT
|
||||
`sensor29 5,2,1` - Will enable D5 for INPUT and report on change state from LOW to HIGH and HIGH to LOW via MQTT
|
||||
|
||||
`sensor27 6,3,1` - Will enable D6 for INPUT and report on change state from HIGH to LOW (note pull-up is also enabled)
|
||||
`sensor29 6,3,1` - Will enable D6 for INPUT and report on change state from HIGH to LOW (note pull-up is also enabled)
|
||||
|
||||
`sensor27 2,4,0` - Will enable D2 for INPUT and report on change state from LOW to HIGH (note pull-up is not enabled)
|
||||
`sensor29 2,4,0` - Will enable D2 for INPUT and report on change state from LOW to HIGH (note pull-up is not enabled)
|
||||
|
||||
Pull-up resistor support is valid for all modes from 1 through 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue