Projet Interfaçage

Dependencies:   BSP_DISCO_F746NG

Revision:
5:8ffa1e1d4895
Parent:
4:bb9c545c6d7f
Child:
6:c8fa01cd3dba
--- a/main.cpp	Tue Jun 22 12:38:21 2021 +0000
+++ b/main.cpp	Tue Jun 22 18:46:49 2021 +0000
@@ -2,6 +2,11 @@
 #include "stm32746g_discovery_lcd.h"
 #include "stm32746g_discovery_ts.h"
 
+
+#include "mbed.h"// propre à mbed
+#include "stm32746g_discovery_lcd.h"// bibliothèque pour les fonctions de l’écran lcd 
+#include "stm32746g_discovery_ts.h"// bibliothèque pour les fonctions de l’écran  tactile
+
     char affiche[30];
     int lecture;
     int compteur=0;