Codzy Coder / Keypad

Dependents:   tcp-sever-otp-safelock

Files at this revision

API Documentation at this revision

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