Mechatronics / Mbed 2 deprecated FRDM_wahadlo_torsyjne

Dependencies:   mbed BufferedSerial

Fork of FRDM_wahadlo_torsyjne by Wojciech M

Files at this revision

API Documentation at this revision

Comitter:
wojtekmir
Date:
Wed Jun 18 21:04:09 2014 +0000
Parent:
14:93a9776b5dee
Child:
16:b2f8fef7be1c
Commit message:
wzorcowanie

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jun 18 15:23:14 2014 +0000
+++ b/main.cpp	Wed Jun 18 21:04:09 2014 +0000
@@ -43,7 +43,7 @@
 void task2() { 
     get_voltage_in(analog_IN_0, zero_analog_IN_0);
     get_voltage_in(analog_IN_1, zero_analog_IN_1);
-    pc.printf("%.8f\t%.3f\t%.3f\n", switch_dir_time, get_voltage_in(analog_IN_0, zero_analog_IN_0), get_voltage_in(analog_IN_1, zero_analog_IN_1));
+    pc.printf("%.3f\t%.3f\n", get_voltage_in(analog_IN_0, zero_analog_IN_0), get_voltage_in(analog_IN_1, zero_analog_IN_1));
 } 
 
 int main() {