3

Committer:
schnf30
Date:
Sun Jun 06 18:09:43 2021 +0000
Revision:
0:5eab751035d2
3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:5eab751035d2 1 #ifndef _affichagesp1_
schnf30 0:5eab751035d2 2 #define _affichagesp1_
schnf30 0:5eab751035d2 3 extern float VitFluxAir;
schnf30 0:5eab751035d2 4 extern float ConsigneFluxAir;
schnf30 0:5eab751035d2 5 extern float Freqhelice;
schnf30 0:5eab751035d2 6 extern float Temperature;
schnf30 0:5eab751035d2 7 extern float humidite;
schnf30 0:5eab751035d2 8
schnf30 0:5eab751035d2 9 void AffichageEcransp1(void);
schnf30 0:5eab751035d2 10
schnf30 0:5eab751035d2 11 #endif