|
@ -282,7 +282,11 @@ int Serial_Input() |
|
|
|
|
|
|
|
|
void loop() { |
|
|
void loop() { |
|
|
// Calculating the distance
|
|
|
// Calculating the distance
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
//distance= getDistance();
|
|
|
|
|
|
======= |
|
|
distance= getDistance(); |
|
|
distance= getDistance(); |
|
|
park(Serial_Input()); |
|
|
park(Serial_Input()); |
|
|
|
|
|
>>>>>>> b0babf3fb5efd5a1eaec732fcec23eef4b0d8956 |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|