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/processusExemple.h	Fri Sep 15 20:02:05 2017 +0000
@@ -0,0 +1,7 @@
+#ifndef PROCESSUS_EXEMPLE_H
+#define PROCESSUS_EXEMPLE_H
+
+void initialiseExemple(void);
+void gereExemple(void);
+
+#endif
\ No newline at end of file