Atualizar tachometer_v0.ino
This commit is contained in:
parent
15f50cb7bf
commit
a639300aca
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ void loop() {
|
||||||
|
|
||||||
// Display RPM and speed on the LCD
|
// Display RPM and speed on the LCD
|
||||||
lcd.clear();
|
lcd.clear();
|
||||||
lcd.setCursor(4, 0);
|
lcd.setCursor(2, 0);
|
||||||
lcd.print("EGURKO SPEED");
|
lcd.print("CONVEYOR SPEED");
|
||||||
lcd.setCursor(5, 1);
|
lcd.setCursor(5, 1);
|
||||||
lcd.print("CONTROLLER");
|
lcd.print("CONTROLLER");
|
||||||
lcd.setCursor(5, 2);
|
lcd.setCursor(5, 2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue