Danielle Kruijver / Mbed 2 deprecated Controll_SBT_main

Dependencies:   mbed mbed-rtos

Revision:
1:3d46a0660d05
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Move.h	Fri Apr 12 09:55:53 2019 +0000
@@ -0,0 +1,22 @@
+#ifndef _MOVE_H_
+#define _MOVE_H_
+#include "mbed.h"
+#include "rtos.h"
+#include <fstream>
+#include "DataStore.h"
+#include <iostream>
+#include <cmath>
+#include "math.h"
+#include "Daan_Test1_maxon.h"
+using namespace std;
+
+class MOVE
+{
+    public:
+        DataStore *m_FtoW_data;
+        virtual ~MOVE();
+        void Move( );
+
+};
+
+#endif
\ No newline at end of file