Acuqisition de valeur sous Interrupt

Dependents:   souflerie-sp3-wifi-F411re-2

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bouton.h Source File

bouton.h

00001 #ifndef _bouton_h
00002 #define _bouton_h
00003 #define VFAirp 'F'
00004 #define VFAirm 'G'
00005 #define AIp 'm'
00006 #define AIm 'n'
00007 #define Nochange 0
00008 void InitBouton(void);
00009 char EtatBouton(void);
00010 #endif