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.
Fork of KeypadLib by
Revision 15:78f9c379a2e1, committed 2015-09-19
- Comitter:
- rlanghbv
- Date:
- Sat Sep 19 18:35:49 2015 +0000
- Parent:
- 14:d6592dac4365
- Child:
- 16:ea3c612999ac
- Commit message:
- Doc Update
Changed in this revision
| keypad.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/keypad.h Sat Sep 19 18:15:01 2015 +0000
+++ b/keypad.h Sat Sep 19 18:35:49 2015 +0000
@@ -105,7 +105,9 @@
/** @brief Detects if any key was pressed
*
- * @return bool - true is returned if any key is pressed
+ * @return bool
+ * @retval true a key is pressed
+ * @retval false no keys was not pressed
*/
bool getKeyPressed();
/** Enables internal PullUp resistors on the coloums pins
