Aff lcd sp1

Revision:
2:0a8c2d630387
Parent:
0:c2bccd69cfd3
--- a/affichage.h	Sun May 23 13:26:33 2021 +0000
+++ b/affichage.h	Sun Jun 06 12:17:50 2021 +0000
@@ -1,5 +1,13 @@
 #ifndef _affichage
 #define _affichage
-void AffichageEcran(float mesure,float consigne);
+
+extern float VitFluxAir;
+extern float pression[8];
+extern float Fx;
+extern float Fz;
+extern float Aim;
+extern float Aic;
+
+void AffichageEcran(void);
 
 #endif
\ No newline at end of file