#include <LiquidCrystal.h>>
LiquidCrystal lcd(12, 11, 10, 9, 8, 7);
void setup() {
Serial.begin(9600);
lcd.setCursor(1,1);
lcd.print("I am steve");
}
void loop() {
}
#include <LiquidCrystal.h>>
LiquidCrystal lcd(12, 11, 10, 9, 8, 7);
void setup() {
Serial.begin(9600);
lcd.setCursor(1,1);
lcd.print("I am steve");
}
void loop() {
}