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

Dependents:   Assignment_2_herpe Final_V1 ass2 ass2 ... more

Revision:
5:7d2072e818e8
Parent:
4:f06e69c4c7f3
Child:
6:b2336a1a1810
diff -r f06e69c4c7f3 -r 7d2072e818e8 WattBob_TextLCD.h
--- a/WattBob_TextLCD.h	Mon Nov 29 14:54:07 2010 +0000
+++ b/WattBob_TextLCD.h	Mon Nov 29 14:57:53 2010 +0000
@@ -21,7 +21,7 @@
  * Example :
  * @code
  * .....
- * #include "MCP23017"
+ * #include "MCP23017.h"
  * #include "WattBob_TextLCD.h"
  * .....
  * MCP23017            *par_port;