|
@ -316,7 +316,7 @@ int Serial_Input() |
|
|
|
|
|
|
|
|
void loop() { |
|
|
void loop() { |
|
|
// Calculating the distance
|
|
|
// Calculating the distance
|
|
|
distance= getDistance(); |
|
|
//distance= getDistance();
|
|
|
|
|
|
|
|
|
// Prints the distance on the Serial Monitor
|
|
|
// Prints the distance on the Serial Monitor
|
|
|
//Serial.print("Distance: ");
|
|
|
//Serial.print("Distance: ");
|
|
|