#include <LiquidCrystal.h>
liquidcrystal My_LCD(13,12,14,27,26,25);
void setup() {
// put your setup code here, to run once:
My_LCD.begin(16,2);
My_LCD.clear();
My_LCD.setcursor(0,0);
)
void loop() {
My_LCD.print("FDP GOOD");
}
#include <LiquidCrystal.h>
liquidcrystal My_LCD(13,12,14,27,26,25);
void setup() {
// put your setup code here, to run once:
My_LCD.begin(16,2);
My_LCD.clear();
My_LCD.setcursor(0,0);
)
void loop() {
My_LCD.print("FDP GOOD");
}