jessvi created page: Lab3 authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
># Group-22: Lab Notebook 3 - Installing the NXT sound sensor. > # Group-22: Lab Notebook 3 - Installing the NXT sound sensor.
> >
>#### Date: 03/3/2015 > #### Date: 03/3/2015
> >
>#### Group members participating: > #### Group members participating:
>* Christian Bonde Andersen > * Christian Bonde Andersen
>* Nikolaj Cilleborg Haulrik > * Nikolaj Cilleborg Haulrik
>* Rasmus Meldgaard Petersen > * Rasmus Meldgaard Petersen
>* Claus Hedeager Rasmussen > * Claus Hedeager Rasmussen
>* Jesper Kurtzmann Svith > * Jesper Kurtzmann Svith
> >
>#### Activity duration: 3+6 > #### Activity duration: 3+6
> >
>#### Overall goal > #### Overall goal
> >
>#### Overall plan > #### Overall plan
> --- > ---
> ## Exercise 1 - Test of the Sound Sensor > ## Exercise 1 - Test of the Sound Sensor
> >
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
> >
> #### Plan > #### Plan
> >
> We made a program similar to the SonicSensorTest called SoundSensorTest, but changed it to use the sound sensor and > get the readings using the readValue() method of the SoundSensor class. > We made a program similar to the SonicSensorTest called SoundSensorTest, but changed it to use the sound sensor and
> get the readings using the readValue() method of the SoundSensor class.
> >
>``` >```
>public class SoundSensorTest >public class SoundSensorTest
... ...
......