#include <LiquidCrystal.h>
LiquidCrystal lcd(7,6,2,3,4,5);
void setup() {
lcd.begin(16,2);
lcd.print("hello, world!");
}
void loop() {
// put your main code here, to run repeatedly:
}
#include <LiquidCrystal.h>
LiquidCrystal lcd(7,6,2,3,4,5);
void setup() {
lcd.begin(16,2);
lcd.print("hello, world!");
}
void loop() {
// put your main code here, to run repeatedly:
}