Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 2 months ago.
two keys pressed at the same time
Is it possible to detect two keys pressed at the same time ?
Thanks for the answer.
Question relating to:
1 Answer
10 years, 2 months ago.
Yes of course.
The basic way of working with these keypad is to put VCC to lines (or columns) and check values of columns (or lines) while input having pulling resistors.
When you put VCC on a line and you found VCC on a column, it means that the key at that line and column is pressed. If you continues checking others lines/columns, you can detect as many keys pressed at the same time you want.
I hope it was clear. Feel free to ask more details.
Hope it helps,
Romain