
Projet
Dependencies: LCD_DISCO_F746NG BSP_DISCO_F746NG
Diff: fonctions.h
- Revision:
- 19:1fadbca5065c
diff -r 52cbeede86f0 -r 1fadbca5065c fonctions.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonctions.h Thu May 27 06:39:34 2021 +0000 @@ -0,0 +1,11 @@ + //Fonctions à appeler + +#include <stdio.h> +#include "ecran.cpp" +#include "stm32746g_discovery.h" +#include "stm32746g_discovery_lcd.h" + +void screen_init(); +//void showIntegerScreen(0,8,0,CENTER_MODE ); // +void affiche_ecran(); +