#include <Wire.h>
#include <LiquidCrystal_I2C.h>
void setup() {
// put your setup code here, to run once:
Serial. begin();
//
lcd.blacklight();
lcd.println("Hello, ESP32!");
}
void loop() {
}
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
void setup() {
// put your setup code here, to run once:
Serial. begin();
//
lcd.blacklight();
lcd.println("Hello, ESP32!");
}
void loop() {
}