Acuqisition de valeur sous Interrupt

Dependents:   souflerie-sp3-wifi-F411re-2

Revision:
0:28e814664b6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bouton.h	Sun May 23 13:17:57 2021 +0000
@@ -0,0 +1,10 @@
+#ifndef _bouton_h
+#define _bouton_h
+#define VFAirp 'F'
+#define VFAirm 'G'
+#define AIp 'm'
+#define AIm 'n'
+#define Nochange 0
+void InitBouton(void);
+char EtatBouton(void);
+#endif
\ No newline at end of file