From 6c2b3033568487cc7e0e9b87761c8e340a398e99 Mon Sep 17 00:00:00 2001 From: cs161079 Date: Wed, 22 Jan 2020 13:00:15 +0200 Subject: [PATCH] Update v1.1 --- autonomousCar/autonomousCar.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autonomousCar/autonomousCar.ino b/autonomousCar/autonomousCar.ino index 371ac5f..3509d33 100644 --- a/autonomousCar/autonomousCar.ino +++ b/autonomousCar/autonomousCar.ino @@ -19,7 +19,6 @@ * Include the Ping Ulptrasonic Library */ #include - /* * ------------------------------------------------------- */ @@ -325,7 +324,7 @@ void loop() { //Serial.println(distance); // Read serial input: park(Serial_Input()); - //delay(1000); + //delay(800); // if (distance <15) { // // Change direction to motors // turn(225);