Prius IPM controller

Dependencies:   mbed

Fork of analoghalls5_5 by N K

Revision:
10:b4abecccec7a
Parent:
9:d3b70c15baa9
Child:
11:dccbaa9274c5
--- a/includes.h	Fri Mar 06 19:12:53 2015 +0000
+++ b/includes.h	Sun Mar 08 00:45:28 2015 +0000
@@ -17,5 +17,11 @@
 extern float test_DtcB;
 extern float test_DtcC;
 
+extern float *fbuffer;
+extern int acquire;
+extern int bufidx;
+extern int bufsize;
+extern int skip;
+
 using namespace FastMath;
 #endif
\ No newline at end of file