#include <LiquidCrystal.h>
LiquidCrystal LCD (12, 11, 10, 9, 8, 7);
void setup() {
LCD.begin(16,2);
LCD.print("HOLA MUNDO");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LiquidCrystal.h>
LiquidCrystal LCD (12, 11, 10, 9, 8, 7);
void setup() {
LCD.begin(16,2);
LCD.print("HOLA MUNDO");
}
void loop() {
// put your main code here, to run repeatedly:
}