#include <Wire.h>
#include <LiquidCrystalI2.h>
LiquidCrystal_I2C lcd (0x27,16,2);
void setup() {
lcd.init ();
lcd.backlight ();
lcd.setCursor(0,0);
lcd.print("pasa");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <Wire.h>
#include <LiquidCrystalI2.h>
LiquidCrystal_I2C lcd (0x27,16,2);
void setup() {
lcd.init ();
lcd.backlight ();
lcd.setCursor(0,0);
lcd.print("pasa");
}
void loop() {
// put your main code here, to run repeatedly:
}