TINF

Dependencies:   mbed

Revision:
6:e46770317c24
Parent:
5:1539103730cd
--- a/main.cpp	Sun Nov 17 07:40:26 2019 +0000
+++ b/main.cpp	Sun Nov 17 07:40:52 2019 +0000
@@ -9,7 +9,7 @@
         for(float i=0.0; i<1.0; i+=0.1) {
             Aout = i;
             wait(0.00001+(0.0001*pot1.read()));
-            printf("%f\n", i;
+            printf("%f\n", i);
         }
     }
 }