Excellent. This drops both the "PHYSICAL BOUNCE" and also the problem of "MULTIPLE READINGS" of a fast software loop. A complete debouncing; simple. clear and perfect.
@LIAWWENYUE2 ай бұрын
hi ali
@robbertvriens4351 Жыл бұрын
Really good expanation and solution. I have seen many bad tutorials about deboucing buttons, but this solution reliably solves the problem without adding any delays to the code, well done. I would add an abs() statement in the if on the first line of the loop, in case you want to keep running your project for a long time.
@LIAWWENYUE2 ай бұрын
hi
@ericpyle883610 күн бұрын
Great Video! Really helped me out :). Thank you for taking the time to explain it in a structured way. Much appreciated! :)
@mastern0de2 жыл бұрын
Thank you for making this tutorial. It was well organized and easy to follow. It helped me complete my pinball machine code 2 days before my final presentation!
@carlosbah4623 Жыл бұрын
The best video about debouncing on arduino. ¡Gracias por compartir!
@julienverschoore7246 Жыл бұрын
Super explication , merci beaucoup !!
@ismailahmed45422 ай бұрын
thank you! you earned a subscriber
@a6dulsalam5112 жыл бұрын
We could use PulseIn() function, right?
@mk-tp7wb Жыл бұрын
it was confusing in your udemy class, but this is easier to understand.