Projeto Mecatrônico / Keypad

Files at this revision

API Documentation at this revision

Comitter:
enricoan
Date:
Mon May 25 16:58:29 2020 +0000
Parent:
0:4bbd88022a6f
Commit message:
f

Changed in this revision

Keypad.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 4bbd88022a6f -r c86018d8aeaf Keypad.cpp
--- a/Keypad.cpp	Tue Apr 05 17:37:55 2016 +0000
+++ b/Keypad.cpp	Mon May 25 16:58:29 2020 +0000
@@ -19,7 +19,6 @@
 
 
 Keypad::Keypad(PinName col1, PinName col2, PinName col3, PinName col4, PinName row1, PinName row2, PinName row3, PinName row4) : _cols(col1,col2,col3,col4), _rows(row1,row2,row3,row4) {   }
-
 char Keypad::ReadKey() {
     char KeyValue, Done=0;
     uint16_t y, x;