#include <LiquidCrystal.h>
LiquidCrystal lcd (21, 19, 18, 5, 4, 2);
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
lcd.print("Hello Baby");
}
void loop() {}
#include <LiquidCrystal.h>
LiquidCrystal lcd (21, 19, 18, 5, 4, 2);
void setup() {
// put your setup code here, to run once:
lcd.begin(16, 2);
lcd.print("Hello Baby");
}
void loop() {}