for my students

Revision:
43:0462e3d255bc
Parent:
41:111ca62e8a59
--- a/TextLCD.cpp	Fri Dec 07 05:27:20 2018 +0000
+++ b/TextLCD.cpp	Fri Jul 10 08:51:43 2020 +0000
@@ -3198,7 +3198,7 @@
 }    
 
 //----------- End TextLCD ---------------
-
+ 
 
 //--------- Start TextLCD_I2C -----------
 #if(LCD_I2C == 1) /* I2C Expander PCF8574/MCP23008 */
@@ -3209,7 +3209,7 @@
   * @param type            Sets the panel size/addressing mode (default = LCD16x2)
   * @param ctrl            LCD controller (default = HD44780)    
   */
-TextLCD_I2C::TextLCD_I2C(I2C *i2c, char deviceAddress, LCDType type, LCDCtrl ctrl) :
+TextLCD_I2C::TextLCD_I2C(DevI2C *i2c, char deviceAddress, LCDType type, LCDCtrl ctrl) :
                          TextLCD_Base(type, ctrl), 
                          _i2c(i2c){