Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: captUS.h
- Revision:
- 25:869b1c1f51a7
- Parent:
- 24:be2b2be6907b
- Child:
- 26:bb2b778bd351
diff -r be2b2be6907b -r 869b1c1f51a7 captUS.h --- 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); /********************************************