#include <LiquidCrystal_I2C.h>
void setup() {
Serial.begin(9600); // put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
lcd.Clear();
lcd.setCursor(0,0);
lcd.print("hello");
}
#include <LiquidCrystal_I2C.h>
void setup() {
Serial.begin(9600); // put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
lcd.Clear();
lcd.setCursor(0,0);
lcd.print("hello");
}