jessvi created page: Lab3 authored by Jesper Kurtzmann Svith's avatar Jesper Kurtzmann Svith
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
**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 and * Claus Hedeager Rasmussen and
Jesper Kurtzmann Svith * Jesper Kurtzmann Svith
**Activity duration:** 3+6 **Activity duration:** 3+6
...@@ -15,11 +15,11 @@ Jesper Kurtzmann Svith ...@@ -15,11 +15,11 @@ Jesper Kurtzmann Svith
**Overall plan** **Overall plan**
> # Exercise 1 # Exercise 1
>
> **Task** **Task**
> To mount the sound sensor and run a test using a modified version of SonicSensorTest.java. Test the sensor with To mount the sound sensor and run a test using a modified version of SonicSensorTest.java. Test the sensor with
> different loudness and under different circumstances and describe the readings. different loudness and under different circumstances and describe the readings.
**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.
... ...
......