Updated MCP23008 MCP23017 (markdown)

andrethomas 2018-08-22 16:23:05 +02:00
parent 57d8b7dabc
commit c493a33bd7
1 changed files with 2 additions and 2 deletions

@ -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,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,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,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 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: Confirmation will be sent using MQT, for example: