A Small Cooperative Multitasking Kernel

Dependencies:   mbed

Revision:
0:73b89fc74e9f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/timer.h	Sun Jul 24 17:15:42 2011 +0000
@@ -0,0 +1,14 @@
+/* Opus Una - A Small Cooperative Multitasking Kernel in C
+ *
+ * Copyright (C) 2011 by Ivo van Poorten <ivop@euronet.nl>
+ * This file is licensed under the terms of the GNU Lesser
+ * General Public License, version 3.
+ */
+
+#ifndef OU_TIMER_H
+#define OU_TIMER_H
+
+void ou_start_timer(void);
+void ou_idle(void);
+
+#endif