Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Move.h
- 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