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: electrocoagulador_teclado
Revision 5:1c26c48d5a20, committed 2015-09-19
- Comitter:
- rlanghbv
- Date:
- Sat Sep 19 09:07:27 2015 +0000
- Parent:
- 4:7e46f22dc3ad
- Child:
- 6:d0a45d163653
- Commit message:
- Doc Formating
Changed in this revision
| keypad.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/keypad.h Sat Sep 19 09:04:20 2015 +0000
+++ b/keypad.h Sat Sep 19 09:07:27 2015 +0000
@@ -78,7 +78,7 @@
class Keypad{
public:
/** Create a 4x4 (col, row) or 4x4 keypad interface:\n
- *<CODE>
+ *<TABLE>
* | Col0 | Col1 | Col2 | Col3 \n
* -------+------+------+------+----- \n
* Row 0 | x | x | x | x \n
@@ -86,7 +86,7 @@
* Row 2 | x | x | x | x \n
* Row 3 | x | x | x | x \n
* \n
- *</CODE>
+ *</TABLE>
* @param col<0..3> Row data lines
* @param row<0..3> Column data lines
*/