Set of routines to access 16*32character LCD display on WattBob I board.

Dependents:   Assignment_2_herpe Final_V1 ass2 ass2 ... more

Revision:
4:f06e69c4c7f3
Parent:
3:9c142edbfae8
Child:
5:7d2072e818e8
--- a/WattBob_TextLCD.h	Mon Nov 29 14:51:07 2010 +0000
+++ b/WattBob_TextLCD.h	Mon Nov 29 14:54:07 2010 +0000
@@ -20,6 +20,10 @@
  *
  * Example :
  * @code
+ * .....
+ * #include "MCP23017"
+ * #include "WattBob_TextLCD.h"
+ * .....
  * MCP23017            *par_port;
  * WattBob_TextLCD     *lcd;
  *      .....