Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: interrupt.h
- 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