Justin Howard / Mbed 2 deprecated AdaFruit_RGBLCD

Dependencies:   AdaFruit_RGBLCDShield MCP23017 mbed RTclock

Dependents:   SX1276_GPS

Fork of MCP_test by Wim Huiskamp

Revision:
5:6c9ee7e3a20c
Parent:
4:d70e37f6c6bd
Child:
6:a6be2aede8f2
--- a/Adafruit_RGBLCDShield.h	Sat Aug 02 13:50:40 2014 +0000
+++ b/Adafruit_RGBLCDShield.h	Sat Aug 02 14:16:30 2014 +0000
@@ -64,10 +64,10 @@
 #define BUTTON_SELECT 0x01
 
 class Adafruit_RGBLCDShield
-//    : public Print
-    : public Serial
+    : public Serial // MBED was Print
 {
 public:
+    // Updated constructor
   Adafruit_RGBLCDShield(MCP23017 & inMCP);
 
   void init(uint8_t fourbitmode, uint8_t rs, uint8_t rw, uint8_t enable,