Replies: 2 comments 15 replies
-
It's clearly stated in the wiki that 4051 is supported. https://github.com/paradajz/OpenDeck/wiki/Creating-custom-board-variant |
Beta Was this translation helpful? Give feedback.
-
yeah, I know, I had read that, but I think I was confused since I read your blog post on the mix board for Arduino. And since it was not working... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering whether 4051 multiplexers are supported with the STM32F411CE board.
I have tried it out and at first sight it does not seem to work. Only pot 0 (of 0-7) reacts. I have used following analog setup in yml:
analog:
type: "4051"
multiplexers: 1
pins:
s0:
port: "A"
index: 5
s1:
port: "A"
index: 6
s2:
port: "A"
index: 7
z0:
port: "A"
index: 1
If not supported, that is ok, but maybe I am doing something wrong?
grts!
Beta Was this translation helpful? Give feedback.
All reactions