BAse sous ,projet 3 - soufflerue

Dependencies:   FT800_2

Dependents:   SimonBaseProgrammeSP3-STM32-F411

Committer:
schnf30
Date:
Tue Feb 23 09:44:34 2021 +0000
Revision:
0:660735eb3958
Child:
1:7a1dd20a34b6
Base projet SP3 avec Afficheur FT800 - STM32-F411RE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:660735eb3958 1 #ifndef affichage_h
schnf30 0:660735eb3958 2 #define affichage_h
schnf30 0:660735eb3958 3 #include "FT_Platform.h"
schnf30 0:660735eb3958 4 ft_void_t luminosite( ft_int32_t lum);
schnf30 0:660735eb3958 5 void InitScreen(void);
schnf30 0:660735eb3958 6 void AfficheEcranSp3();
schnf30 0:660735eb3958 7 void SetConsigneVitFluxAir(unsigned char variable);
schnf30 0:660735eb3958 8
schnf30 0:660735eb3958 9
schnf30 0:660735eb3958 10 #endif