lib for realteimMM funcs

Revision:
5:3906f93b8b39
Parent:
4:af34fda1dfb0
--- a/MBedStation.cpp	Fri Feb 16 09:58:02 2018 +0000
+++ b/MBedStation.cpp	Fri Feb 16 10:03:35 2018 +0000
@@ -5,7 +5,7 @@
 #include <cstdint>
 
 
-MBedStation::MBedStation() :light_1(p17), light_2(LED4)
+MBedStation::MBedStation() :light_1(p22), light_2(p23)
 {
     
 }
@@ -33,10 +33,10 @@
     MBedStation::sensors[2] = sensor2;
     sensor_2 = sensor2;    
     
-    DigitalOut light1(p17);
+    DigitalOut light1(p22);
     light_1 = light1;
     
-    DigitalOut light2(LED4);
+    DigitalOut light2(p23);
     light_2 = light2;
     
     /*