Affcihage LCD

Dependents:  

Committer:
schnf30
Date:
Sun Jun 06 12:14:10 2021 +0000
Revision:
1:695a25294ff7
Parent:
0:c18e11837edc
new

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:c18e11837edc 1 #ifndef _affichage
schnf30 0:c18e11837edc 2 #define _affichage
schnf30 1:695a25294ff7 3
schnf30 1:695a25294ff7 4 extern float VitFluxAir;
schnf30 1:695a25294ff7 5 extern float ConsigneFluxAir;
schnf30 1:695a25294ff7 6 extern float Freqhelice;
schnf30 1:695a25294ff7 7 extern float Temperature;
schnf30 1:695a25294ff7 8 extern float humidite;
schnf30 1:695a25294ff7 9 extern float pression[8];
schnf30 1:695a25294ff7 10 extern float Fx;
schnf30 1:695a25294ff7 11 extern float Fz;
schnf30 1:695a25294ff7 12 extern float Aim;
schnf30 1:695a25294ff7 13 void AffichageEcran(void);
schnf30 0:c18e11837edc 14
schnf30 0:c18e11837edc 15 #endif