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: main.h
- Revision:
- 27:86d38e8d3015
- Parent:
- 25:004d58f42fbd
- Child:
- 28:8c8b33336a4c
diff -r 6e4d3faa34fb -r 86d38e8d3015 main.h --- a/main.h Fri May 10 15:17:54 2019 +0000 +++ b/main.h Sun May 12 17:08:35 2019 +0000 @@ -1,4 +1,5 @@ //#include "Display_Elements.h" //Plus utile +#include "alarme.h" #include "Rot.h" //Ces fonctions servent à afficher des choses sur l'écrant de la STM32 #include "Trace.h" //Ces fonctions servent à afficher des choses sur l'écrant de la STM32 #include "codeurRotatifRelatif.h" //Ces fonctions srvent à l'utilisation du codeur rotatif à relatif. @@ -18,8 +19,8 @@ 5 -> PC_3 6 -> PB_7 7 -> PB_4 +8 -> PA_5 1 -> PC_13 -8 -> PA_5 2 -> PC_12 3 -> PC_11 4 -> PC_8
