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:
- 32:8ad4b5555e6e
- Parent:
- 29:55d27fb3eb34
diff -r 1e2dafd5a5a1 -r 8ad4b5555e6e TraceMatrix/Trace.h --- a/TraceMatrix/Trace.h Thu May 16 08:07:06 2019 +0000 +++ b/TraceMatrix/Trace.h Thu May 16 08:50:03 2019 +0000 @@ -57,7 +57,7 @@ //Elements matrice *BS_H(); -/*matrice* BS_He(); +matrice* BS_He(); matrice* BS_Li(); matrice* BS_Be(); matrice* BS_B(); @@ -80,8 +80,8 @@ matrice* BS_Ti(); matrice* BS_V(); matrice* BS_Cr(); -matrice* BS_Mv(); -matrice* BS_Fr(); +matrice* BS_Mn(); +matrice* BS_Fe(); matrice* BS_Co(); matrice* BS_Ni(); matrice* BS_Cu(); @@ -118,4 +118,4 @@ matrice* BS_Nd(); matrice *BS_ElemMinute(int elem); //Converti les minutes en élément -matrice *BS_ElemHeure(int elem); //Converti les heures en l'élement voulu pour l'affichage*/ \ No newline at end of file +matrice *BS_ElemHeure(int elem); //Converti les heures en l'élement voulu pour l'affichage
