Browse Source

Update v1.1

master
cs161079 5 years ago
parent
commit
6c2b303356
  1. 3
      autonomousCar/autonomousCar.ino

3
autonomousCar/autonomousCar.ino

@ -19,7 +19,6 @@
* Include the Ping Ulptrasonic Library
*/
#include <NewPing.h>
/*
* -------------------------------------------------------
*/
@ -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);

Loading…
Cancel
Save