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.
Revision 1:c86018d8aeaf, committed 2020-05-25
- 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;