mirror of https://github.com/arendst/Tasmota.git
Updated MCP23008 MCP23017 (markdown)
parent
57d8b7dabc
commit
c493a33bd7
|
@ -249,8 +249,8 @@ This will extend the sensor29 command enabling pinmode 5 and 6 (inverted) for ou
|
|||
```
|
||||
sensor29 0,5,0 // Configure pin 0 as OUTPUT and default to OFF on reset/power-up
|
||||
sensor29 0,5,1 // Configure pin 0 as OUTPUT and default to ON on reset/power-up
|
||||
sensor29 0,6,0 // Configure pin 0 as INVERTED OUTPUT and default to OFF on reset/power-up
|
||||
sensor29 0,6,1 // Configure pin 0 as INVERTED OUTPUT and default to ON on reset/power-up
|
||||
sensor29 0,6,0 // Configure pin 0 as INVERTED OUTPUT and default to ON on reset/power-up
|
||||
sensor29 0,6,1 // Configure pin 0 as INVERTED OUTPUT and default to OFF on reset/power-up
|
||||
```
|
||||
|
||||
Confirmation will be sent using MQT, for example:
|
||||
|
|
Loading…
Reference in New Issue