Jonathan Tousignant / Mbed 2 deprecated Projet_S5

Dependencies:   mbed

Revision:
0:d80295a0bcc2
Child:
1:feae56685ab1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/interrupt.h	Wed Mar 26 16:13:42 2014 +0000
@@ -0,0 +1,11 @@
+#ifndef INTERRUPT_H
+#define INTERRUPT_H
+
+extern "C"
+{
+void interruptMatch();
+void interruptCapture();
+
+void initialize();
+}
+#endif //INTERRUPT_H
\ No newline at end of file