jessvi created page: Lab2 authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
...@@ -149,11 +149,8 @@ We intend to base our Java program for following walls on the overall structure ...@@ -149,11 +149,8 @@ We intend to base our Java program for following walls on the overall structure
else if(x>=55){ else if(x>=55){
Car.forward(60, 80); Car.forward(60, 80);
} }
} }
dl.writeSample(distance); dl.writeSample(distance);
Delay.msDelay(sampleInterval); Delay.msDelay(sampleInterval);
} }
``` ```
\ No newline at end of file