Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

Revision:
11:dccbaa9274c5
Child:
24:f1ff9c7256b5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/callbacks.h	Sun Mar 08 08:37:38 2015 +0000
@@ -0,0 +1,10 @@
+#ifndef __CALLBACKS_H
+#define __CALLBACKS_H
+
+#include "context.h"
+
+void fast(Context *c);
+void slow(Context *c);
+void debug(Context *c);
+
+#endif
\ No newline at end of file