Makes perfect sense the way you explained it, thank you.
@siddharthpatil6825 Жыл бұрын
thank you so much from India
@bullygram3 жыл бұрын
Clearly explained in a nutshell, thank you
@jamesmoon56326 ай бұрын
Thank you for this I needed this so much as other channels wanted to use a library but i needed to alter the code to allow and io expander and use a proper debounce. Now I can code it without code. Well explained Sir…🎉
@Jam1neur3 жыл бұрын
i finally understand this. thanks!
@lenniefredriksson72837 ай бұрын
Perfect illustration 👍
@brayagruop57163 жыл бұрын
best explation of matrix keypad with draw with two color
@sunilkumar-ls2yb Жыл бұрын
when i was at college, i tied to understand it many times, but failed every single time and now i am got it in first attempt, Thanks sir
@bharadwajn.k91853 жыл бұрын
Very usefull. So unique video
@nenioc1873 жыл бұрын
Thanks!
@SeptianNugrahahaha9 ай бұрын
this very easy to understands
@nacongamer5552 жыл бұрын
thank you :)
@ishitaverma6149 Жыл бұрын
for how long should we iterate through the output pins and provide voltage in order to detect which column key is pressed? should this procedure of reading the column go on forever until the key is pressed?
@nenioc187 Жыл бұрын
Good question. Think about how long you need to press a button. In this time you have to go trough all rows AND columns, so you won't miss the press. And of course you have to go on checking for a key pressed, because you never know, when this key press will happen.