Red Light Work

Fork of realtimeMMLib by Graham Nicholson

Revision:
0:9f82ee1feae7
Child:
1:b80e5f26b233
diff -r 000000000000 -r 9f82ee1feae7 MBedStation.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MBedStation.h	Mon Oct 02 11:18:47 2017 +0000
@@ -0,0 +1,21 @@
+
+#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;
+};
\ No newline at end of file