I need to read alot of buttons and analog inputs for my project (60 buttons 15 faders) and there fore need to use multiplexers. But most mux libraries seems to only support one mux, am i wrong?
-
It seems to me a library is a bit overkill for that IC, since you have 4 pins to define which input pin/channel will be used. Seems to me to send 4 digital writes to define the channel, an one analog read for getting the signal. So since you do not a library, you can control them all the way you want.Michel Keijzers– Michel Keijzers2019-09-02 20:52:51 +00:00Commented Sep 2, 2019 at 20:52
-
Which library? You should be able to use multuple instances, and there are libraries that have support for cascaded muxes.CL.– CL.2019-09-03 09:14:30 +00:00Commented Sep 3, 2019 at 9:14
Add a comment
|