Aff lcd sp1

Committer:
schnf30
Date:
Sun Jun 06 12:17:50 2021 +0000
Revision:
2:0a8c2d630387
Parent:
0:c2bccd69cfd3
a

Who changed what in which revision?

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