#include <TinyLiquidCrystalI2C.h>
TinyLiquidCrystalI2C lcd(0x27);
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <TinyLiquidCrystalI2C.h>
TinyLiquidCrystalI2C lcd(0x27);
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
}
void loop() {
// put your main code here, to run repeatedly:
}