esempio per capire come condividere con un team....

Dependencies:   HCSR04 mbed

Fork of STMNucleoF401RE_ExampleCode_13_Ultasound by Corso Rapid Prototyping with STM32Nucleo

Files at this revision

API Documentation at this revision

Comitter:
polreda
Date:
Fri Jan 13 12:19:40 2017 +0000
Parent:
0:a4f31fdfb261
Commit message:
Prova1;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 02 14:24:27 2015 +0000
+++ b/main.cpp	Fri Jan 13 12:19:40 2017 +0000
@@ -27,6 +27,6 @@
         wait_ms(100); 
         
         // Stampa sulla seriale la misura della distanza in cm
-        pc.printf("%dcm\r\n", sensor.get_dist_cm());
+        pc.printf("%d cm\r\n", sensor.get_dist_cm());
     }
 }