
Fin de projet
Dependencies: mbed BSP_DISCO_F746NG
fonctions.h@5:50ae659e47c1, 2020-11-15 (annotated)
- Committer:
- valentin__
- Date:
- Sun Nov 15 16:17:43 2020 +0000
- Revision:
- 5:50ae659e47c1
- Parent:
- 4:8f6e0ef3fffe
Fin
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
valentin__ | 1:80d2a1719d10 | 1 | #include "mbed.h" |
valentin__ | 1:80d2a1719d10 | 2 | #include "stm32746g_discovery_lcd.h" |
valentin__ | 1:80d2a1719d10 | 3 | #include "stm32746g_discovery_ts.h" |
valentin__ | 1:80d2a1719d10 | 4 | |
valentin__ | 3:92661d767dd1 | 5 | #include "image1.h" |
valentin__ | 3:92661d767dd1 | 6 | #include "image2.h" |
valentin__ | 3:92661d767dd1 | 7 | #include "image3.h" |
valentin__ | 3:92661d767dd1 | 8 | #include "image4.h" |
valentin__ | 3:92661d767dd1 | 9 | #include "image5.h" |
valentin__ | 3:92661d767dd1 | 10 | #include "image6.h" |
valentin__ | 3:92661d767dd1 | 11 | #include "image7.h" |
valentin__ | 3:92661d767dd1 | 12 | #include "image8.h" |
valentin__ | 3:92661d767dd1 | 13 | #include "image9.h" |
valentin__ | 5:50ae659e47c1 | 14 | #include "image10.h" |
valentin__ | 5:50ae659e47c1 | 15 | #include "image11.h" |
valentin__ | 5:50ae659e47c1 | 16 | #include "imageCarbo.h" |
valentin__ | 5:50ae659e47c1 | 17 | #include "imageBolo.h" |
valentin__ | 5:50ae659e47c1 | 18 | #include "imageENSEA.h" |
valentin__ | 5:50ae659e47c1 | 19 | #include "imageMarmiton.h" |
valentin__ | 5:50ae659e47c1 | 20 | #include "Bolo.h" |
valentin__ | 5:50ae659e47c1 | 21 | #include "Carbo.h" |
valentin__ | 3:92661d767dd1 | 22 | |
valentin__ | 5:50ae659e47c1 | 23 | void AfficherPage(int, int TAB_ingredients[]); |
valentin__ | 5:50ae659e47c1 | 24 | void Page_Recette(int TAB_ingredients[]); |
valentin__ | 5:50ae659e47c1 | 25 | void Page_Ingredients(void); |
valentin__ | 3:92661d767dd1 | 26 | void PageErreur(void); |
valentin__ | 3:92661d767dd1 | 27 | bool Bouton(uint16_t , uint16_t , uint16_t , uint16_t , uint16_t,uint16_t); |
valentin__ | 4:8f6e0ef3fffe | 28 | void AfficheImage(uint32_t , uint32_t , uint32_t , uint32_t, const unsigned long ); |
valentin__ | 5:50ae659e47c1 | 29 | void Affiche_Ingredients(int TAB_ingredients[]); |
valentin__ | 5:50ae659e47c1 | 30 | void Page_Acceuil(void); |