3

affichagesp1.h

Committer:
schnf30
Date:
2021-06-06
Revision:
0:5eab751035d2

File content as of revision 0:5eab751035d2:

#ifndef _affichagesp1_
#define _affichagesp1_
extern float VitFluxAir;
extern float ConsigneFluxAir;
extern float Freqhelice;
extern float Temperature;
extern float humidite;

void AffichageEcransp1(void);

#endif