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

Dependencies:   HCSR04 mbed

Fork of STMNucleoF401RE_ExampleCode_13_Ultasound by Corso Rapid Prototyping with STM32Nucleo

Revision:
1:77d4e33d0679
Parent:
0:a4f31fdfb261
--- 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());
     }
 }