format
This commit is contained in:
parent
eb9a43984f
commit
5fd8fa2b61
@ -78,7 +78,7 @@ void loop() {
|
||||
}
|
||||
|
||||
current_time = millis();
|
||||
if( current_time - previous_time >= timing){
|
||||
if (current_time - previous_time >= timing) {
|
||||
previous_time = current_time;
|
||||
lcd.setCursor(0, 0);
|
||||
lcd.print("Vitesse = ");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user