KEYPAD LCD JADI UMPHH

Dependents:   KEYPADLCDMAIN

Fork of KeypadLib by Rune Langoy

Revision:
10:d66b1727615d
Parent:
9:1f7793af2f64
Child:
11:2176a5cf72b2
--- a/keypad.h	Sat Sep 19 16:41:14 2015 +0000
+++ b/keypad.h	Sat Sep 19 17:06:05 2015 +0000
@@ -79,14 +79,14 @@
     public:
     /**  @brief Create a 4x4 (col, row) or 4x4 keypad interface\n
      * \n
-     * @table
+     * @verbatim 
      *          | Col0 | Col1 | Col2 | Col3   \n
      *   -------+------+------+------+-----   \n
      *   Row 0  |   x  |   x  |   x  |  x     \n
      *   Row 1  |   x  |   x  |   x  |  x     \n
      *   Row 2  |   x  |   x  |   x  |  x     \n
      *   Row 3  |   x  |   x  |   x  |  x     \n
-     * @endtable
+     * @endverbatim
      *
      *  @param col<0..3>     Row data lines
      *  @param row<0..3>     Column data lines