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);