-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push button support for Multiplexed encoders #31
Comments
Actually there is support for push buttons. See e.g. (line 15): EncoderTool/src/Multiplexed/EncPlex74165.h Lines 11 to 23 in decf3e7
Which mulitplexing scheme are you aiming for? |
I'm using the 4051, I did not look into the other multiplexer codes. |
In case you add the push button (which should be simple) to the 4051 example I'd be happy to update it.
Thanks! Let me know if you need any help or "decission support" :-) |
Hi, I can see that the schematics for the 74165 mux has a extra chip for the push buttons, |
Looking inside src, it looks like you only need to add an extra argument to the https://github.com/luni64/EncoderTool/blob/master/src/Multiplexed/EncPlex74165.h
So you give the QH pin of the third encoder (pushButtons) as Then you could use set the callbacks with it is also supposed to be analogous to lines 41 and 41 of the 74165 Multiplexed example:
I might guess it turns into:
I'll test it soon |
@hakonbraga
|
Am I correct to assume their is no push button support for Multiplexed encoders?
Is it in the pipeline?
The text was updated successfully, but these errors were encountered: