filtering the signal needs tweaking but timing works,

Fork of SigInterpreter by Fabian van Hummel

Revision:
1:665ee7703fbe
Child:
2:ad96602f71c0
diff -r 6e12a3e5af19 -r 665ee7703fbe SigInterpreter.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SigInterpreter.h	Fri Oct 21 09:12:19 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef SIGINTERPRETER_H
+#define SIGINTERPRETER_H
+
+#include "initialize.h"
+
+class SigInterpreter {
+
+public:
+
+    SigInterpreter();
+    double readValue(int);
+    double filter(float);
+
+private:
+
+};
+#endif /* SIGINTERPRETER_H */