-
I'm having some trouble getting an expander to work and hope someone can offer some help. I am using this Adafruit expander board. I have tried setting up a rotary encoder for now using ENCA on pin 6, ENCB on pin 7 and COM connected to a GND pin on the expander board, so rotary_config is I've tried other offsets as well but I get no response. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem solved - address is hex but addr parameter needs decimal.
|
Beta Was this translation helpful? Give feedback.
Problem solved - address is hex but addr parameter needs decimal.
model=mcp23017,addr=32,intr=23