-
Notifications
You must be signed in to change notification settings - Fork 20
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
Better instructions #2
Comments
try this for printing out which channel is currently being used.
|
Thank you, that works for letting me know which channel but then somehow to read it is not working. I have tried to follow also this tutorial with no luck: http://blog.codebender.cc/2014/01/30/mux74hc4067/ the button press one, when hooking things up with buttons I got from Amazon it is not working. (https://www.amazon.com/gp/product/B018RYSTD0/ref=ppx_yo_dt_b_asin_title_o08_s00?ie=UTF8&psc=1) when I try their tutorial and press the first button other inputs are read as pressed even though I only pressed one button. Some people talks about debouncing but.... not super straight forward. Also when I run it with serial it is not live. when I click button down it takes a while to apear, it is super strange. My code is as follow based on the above:
Thank you for the response and help :) |
add some delay between the two lines: |
Could you please provide a clearer example using Serial to print the result, please?
Thank you.
The text was updated successfully, but these errors were encountered: