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: 4x4KeyBoardExample xoxokey 4x4KeyBoardExample ProgettoCassaforte ... more
Fork of keypad by
Diff: keypad.h
- Revision:
- 19:0a2ec1b8bd5b
- Parent:
- 18:a973524a445d
- Child:
- 20:064b86485f26
--- a/keypad.h Sat Sep 19 19:45:57 2015 +0000 +++ b/keypad.h Sat Sep 19 19:54:18 2015 +0000 @@ -101,7 +101,7 @@ * * @return char * @returns - * The pressed character + * The pressed character\n * -1 if no keys was pressed */ char getKey(); @@ -122,12 +122,12 @@ protected: BusIn _cols; BusOut _rows; - /** @brief return the index value \n + /** @brief return the index value * representating the pressed key \n * * @return int - * @returns - * The index representing the pushed key used in table keys + * @returns + * The index representing the pushed key used in table keys\n * -1 if no key was pressed */ int getKeyIndex();