Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: tcp-sever-otp-safelock
Revision 1:847b106e25af, committed 2022-04-23
- Comitter:
- codzy
- Date:
- Sat Apr 23 20:51:23 2022 +0000
- Parent:
- 0:4bbd88022a6f
- Commit message:
- This version supports 4x4 as well as 3x4 keyboards.
Changed in this revision
Keypad.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Keypad.cpp Tue Apr 05 17:37:55 2016 +0000 +++ b/Keypad.cpp Sat Apr 23 20:51:23 2022 +0000 @@ -31,7 +31,7 @@ while((y < 4) && (!Done)) { _cols = KpdOutMask[y]; //write mask value to the column outputs - wait(0.01); + wait_us(10); KeyValue = _rows; //read mask value from the row inputs