#include <LiquidCrystal.h>
LiquidCrystal lcd(21, 22, 19, 18, 5, 17);
void setup() {
lcd.begin(16, 2);
lcd.print("Speech Ready");
}
void loop() {
}#include <LiquidCrystal.h>
LiquidCrystal lcd(21, 22, 19, 18, 5, 17);
void setup() {
lcd.begin(16, 2);
lcd.print("Speech Ready");
}
void loop() {
}