hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
5:1c26c48d5a20
Parent:
4:7e46f22dc3ad
Child:
6:d0a45d163653
--- 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
      */