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.
Dependencies: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
Diff: TraceMatrix/Trace.h
- Revision:
- 20:f3e8319b7899
- Parent:
- 16:b1bf03ee2878
- Child:
- 23:1d4562f7b639
--- a/TraceMatrix/Trace.h Mon Apr 29 16:34:28 2019 +0000 +++ b/TraceMatrix/Trace.h Thu May 09 10:06:16 2019 +0000 @@ -42,4 +42,10 @@ matrice *BS_na(); void BS_displayChiffre(int,int,int,int,long long int); //permet d'afficher un entier compris entre 0 et 9 void BS_displayChiffreClean(int,int,int,int,long long int,long long int); //Pareil mais nétois le fond -void BS_displayChiffre100Clean(int,int,int,int,long long int,long long int); //Pareil mais avec des chiffren entres 0 et 999 \ No newline at end of file +void BS_displayChiffre100Clean(int,int,int,int,long long int,long long int); //Pareil mais avec des chiffren entres 0 et 999 + +//Symboles pour l'horloge + +matrice *BS_dotdot(); //Les deux points entre les heures et les minutes + +//Elements \ No newline at end of file
