lib for realteimMM funcs

Revision:
4:af34fda1dfb0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MBedStation.h.orig	Fri Feb 16 09:58:02 2018 +0000
@@ -0,0 +1,23 @@
+
+#include "sensor_base.h"
+#include <iostream>
+#include <string>
+
+using namespace std;
+
+class MBedStation
+{
+    public:
+        MBedStation();
+        string name;
+        //sensor_base sensors[];
+        int test[5];
+        void setup();
+        sensor_base sensors[8];
+        sensor_onoff sensor_0;
+        sensor_vin sensor_1;
+        sensor_vin sensor_2;
+        //sensor_pulse sensor_3;
+        //sensor_max6675 sensor_4;
+        //sensor_max6675 sensor_5;
+};
\ No newline at end of file