3

Committer:
schnf30
Date:
Sun Jun 06 18:07:34 2021 +0000
Revision:
0:1c7d356662fa
3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:1c7d356662fa 1 #ifndef _affichagesp2_
schnf30 0:1c7d356662fa 2 #define _affichagesp2_
schnf30 0:1c7d356662fa 3
schnf30 0:1c7d356662fa 4 extern float VitFluxAir;
schnf30 0:1c7d356662fa 5 extern float pression[8];
schnf30 0:1c7d356662fa 6 extern float Fx;
schnf30 0:1c7d356662fa 7 extern float Fz;
schnf30 0:1c7d356662fa 8 extern float Aim;
schnf30 0:1c7d356662fa 9 extern float Aic;
schnf30 0:1c7d356662fa 10
schnf30 0:1c7d356662fa 11 void AffichageEcransp2(void);
schnf30 0:1c7d356662fa 12
schnf30 0:1c7d356662fa 13 #endif