working-est copy with class-based code. still open loop

Dependencies:   mbed

Fork of analoghalls6 by N K

Revision:
9:d3b70c15baa9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fastmath.h	Fri Mar 06 19:12:53 2015 +0000
@@ -0,0 +1,14 @@
+#ifndef __FASTMATH_H
+#define __FASTMATH_H
+
+#include "includes.h"
+#include "lut.h"
+
+namespace FastMath {
+    float FastSin(float theta);
+    float FastCos(float theta);
+    float FastSin01(float theta);
+    float FastCos01(float theta);
+};
+
+#endif