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:
- 26:6e4d3faa34fb
- Parent:
- 24:682b9e68dca8
- Child:
- 27:86d38e8d3015
--- a/TraceMatrix/Trace.h Fri May 10 14:38:16 2019 +0000 +++ b/TraceMatrix/Trace.h Fri May 10 15:17:54 2019 +0000 @@ -42,6 +42,7 @@ 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_displayChiffre10Clean(int,int,int,int,long long int,long long int); //Pareil mais avec des chiffren entres 0 et 99 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
