Hi I have a problem with the command for the MCP23017 expander.
I have connected the MCP23017 to the ESP8266 - on 5v.
I have added the device in the ESP:
It detected the MCP module scanning:
https://espeasy.readthedocs.io/en/latest/Plugin/P009.html
https://www.letscontrolit.com/wiki/index.php?title=MCP23017
MCPGPIO,<MCPGPIO>,<state>
I apply the command : MCPGPIO,<1>,<1>
and I get that wrong.
I have also tried: MCPGPIO,<PA0>,<1> and it doesn't work either.
Maybe someone can suggest something where the problem could be ?
I have connected the MCP23017 to the ESP8266 - on 5v.
I have added the device in the ESP:
It detected the MCP module scanning:
https://espeasy.readthedocs.io/en/latest/Plugin/P009.html
https://www.letscontrolit.com/wiki/index.php?title=MCP23017
MCPGPIO,<MCPGPIO>,<state>
I apply the command : MCPGPIO,<1>,<1>
and I get that wrong.
I have also tried: MCPGPIO,<PA0>,<1> and it doesn't work either.
Maybe someone can suggest something where the problem could be ?