MCP23S08 inputs with counter support #20988
Unanswered
Frank-1964
asked this question in
Support request
Replies: 2 comments 26 replies
-
Configuring Counter inputs is not a feature of the driver for the multiplexer, which makes sense as the Counter support is based on quick reaction to interrupts, instead of I2C and polling. If you have a "real" gpio not hobbled by the multiplexer chip, that would be a simple approach. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi Frank, can you explain how to get the kmp io extender work. BR, |
Beta Was this translation helpful? Give feedback.
24 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I own a KMP PRODUINo ESP32 board. This board has a MCP23S08 with 4 gpios as relay outputs and 4 gpios as inputs.
After I change the file tasmota/tasmota_xdrv_driver/xdrv_67_mcp23xxx.ino (see #20971) the relay are working properly.
Now I want to get the inputs working with sml (counter) support. At this time I have no idea how to get the counter stuff working. Can somebody push me in the right direction?
Thanks,
Frank
Beta Was this translation helpful? Give feedback.
All reactions