You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing your program, in my case to make it work I've to add:
Wire.begin(); // start connection LiquidCrystal_I2C
Wire.beginTransmission(0x27);
lcd.begin(16,2); //you put instruction lcd.begin(); which returns an error, honestly I don't know how your sketch worked for you..
The text was updated successfully, but these errors were encountered:
Hi, thanks for sharing your program, in my case to make it work I've to add:
Wire.begin(); // start connection LiquidCrystal_I2C
Wire.beginTransmission(0x27);
lcd.begin(16,2); //you put instruction lcd.begin(); which returns an error, honestly I don't know how your sketch worked for you..
The text was updated successfully, but these errors were encountered: