Inès Legros / Mbed 2 deprecated _er1_test_vcs

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
JPP
Date:
Tue Nov 21 15:44:06 2017 +0000
Parent:
2:c0afe99e4314
Commit message:
Version 3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Nov 21 15:43:14 2017 +0000
+++ b/main.cpp	Tue Nov 21 15:44:06 2017 +0000
@@ -12,6 +12,6 @@
         myled = 0;
         wait(1);
         ACDdata=Ain.read();
-        pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);-
+        pc.print("%f\t%fV \n\r", ADCdata, ABCdata*3.3);
     }
 }