Red Light Work

Fork of realtimeMMLib by Graham Nicholson

Revision:
1:b80e5f26b233
Parent:
0:9f82ee1feae7
--- a/MBedStation.h	Mon Oct 02 11:18:47 2017 +0000
+++ b/MBedStation.h	Mon Oct 02 15:24:52 2017 +0000
@@ -2,6 +2,7 @@
 #include "sensor_base.h"
 #include <iostream>
 #include <string>
+#include "mbed.h"
 
 using namespace std;
 
@@ -13,9 +14,12 @@
         //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;
+        DigitalOut light_1;
+        DigitalOut light_2;
 };
\ No newline at end of file