AresENSEA-CDF2020 / Mbed 2 deprecated AresCDFMainCode

Dependencies:   mbed DRV8825

Revision:
25:869b1c1f51a7
Parent:
24:be2b2be6907b
Child:
26:bb2b778bd351
--- a/captUS.h	Wed Oct 28 20:08:39 2020 +0000
+++ b/captUS.h	Thu Oct 29 07:53:25 2020 +0000
@@ -20,10 +20,10 @@
 
 extern Timer TimUS;
 extern Ticker TickUS_actu;
-extern unsigned int distt[6];
+extern unsigned int us_dist[6];
 
-extern bool rebooted;
-extern bool wtt;
+extern bool us_rbt_restart;
+extern bool us_libre;
 
 // Prototypes
 void captUS_trig();
@@ -46,7 +46,7 @@
  * Création d'une fonction qui    *
  * convertis le temps en distance *
  **********************************/
-void convertToDistance(void);
+void captUS_convToDist(void);
  
  
 /********************************************