Exemple fait en classe th4 du cours 247-637 (2017)

Dependencies:   mbed

Revision:
0:669a6bff2494
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/processusBouton.h	Fri Sep 15 20:02:05 2017 +0000
@@ -0,0 +1,11 @@
+#ifndef PROCESSUS_BOUTON_H
+#define PROCESSUS_BOUTON_H
+
+extern uint16_t etatBouton;
+
+
+
+void initialiseBouton(void);
+void gereBouton(void);
+
+#endif
\ No newline at end of file