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.
captUS.h
- Committer:
- g0dd4
- Date:
- 2020-09-28
- Revision:
- 15:43f5bda97488
- Parent:
- 1:2fe8c402ee79
File content as of revision 15:43f5bda97488:
// Nom du fichier : captUS.h // extern extern float us_out[6]; extern Timer tps; extern Ticker ticker_US; // Prototypes void captUS_trig(); void captUS_init(); void echoRise1(); void echoFall1(); void echoRise2(); void echoFall2(); void echoRise3(); void echoFall3(); void echoRise4(); void echoFall4(); void echoRise5(); void echoFall5(); void echoRise6(); void echoFall6(); /********************************** * Création d'une fonction qui * * convertis le temps en distance * **********************************/ float* convertToDistance();