PI depth control test

Dependencies:   MS5803 mbed Servo

Revision:
1:07e046bbcb84
Parent:
0:df16f9bfc07b
--- a/main.cpp	Wed Aug 06 20:17:02 2014 +0000
+++ b/main.cpp	Wed Aug 06 20:33:01 2014 +0000
@@ -6,9 +6,6 @@
 
 int main() {
     unit.setPoint(120.0);
-    float result=0;
     while(1) {
-        result=unit.iterate();
-        printf("%f\n", &result);
     }
 }