lib for realteimMM funcs

Revision:
4:af34fda1dfb0
Parent:
3:13301255d95a
Parent:
1:b80e5f26b233
--- a/MBedStation.h	Thu Feb 15 16:35:50 2018 +0000
+++ b/MBedStation.h	Fri Feb 16 09:58:02 2018 +0000
@@ -2,6 +2,7 @@
 #include "sensor_base.h"
 #include <iostream>
 #include <string>
+#include "mbed.h"
 
 using namespace std;
 
@@ -13,11 +14,17 @@
         //sensor_base sensors[];
         int test[5];
         void setup();
+        int ProcessResponse(char * Response);
         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;
+
+        DigitalOut light_1;
+        DigitalOut light_2;
+
 };
\ No newline at end of file