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