jessvi created page: Lab6 authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
...@@ -125,7 +125,7 @@ In the first experiment we will use the light sensors (red in fig. 10) to provid ...@@ -125,7 +125,7 @@ In the first experiment we will use the light sensors (red in fig. 10) to provid
##### Fig. 10 - Vehicle 3, two sensor inputs. ##### Fig. 10 - Vehicle 3, two sensor inputs.
#### Results #### Results
We made a direct mapping between the sensors and the motor power (Code snippet). We made a direct mapping between the sensors and the motor power (see Fig. 11).
``` ```
while (true) { while (true) {
... ...
......