Atualizar tachometer_v0.ino

This commit is contained in:
Pablo César Galdo Regueiro 2024-06-18 00:15:12 +02:00
parent 15f50cb7bf
commit a639300aca

View file

@ -76,8 +76,8 @@ void loop() {
// Display RPM and speed on the LCD
lcd.clear();
lcd.setCursor(4, 0);
lcd.print("EGURKO SPEED");
lcd.setCursor(2, 0);
lcd.print("CONVEYOR SPEED");
lcd.setCursor(5, 1);
lcd.print("CONTROLLER");
lcd.setCursor(5, 2);