Projet

Dependencies:   LCD_DISCO_F746NG BSP_DISCO_F746NG

Revision:
19:1fadbca5065c
--- /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();
+