Dead by Daylight

Dependencies:   mbed Servo

Revision:
1:e73cf2469f83
Parent:
0:562021ed1ba9
Child:
9:49e851ad441e
--- a/Input/Switch/Switch.cpp	Sat Jan 13 13:33:09 2018 +0000
+++ b/Input/Switch/Switch.cpp	Tue Jan 16 08:47:01 2018 +0000
@@ -6,7 +6,6 @@
     DigitalIn(LIMITSW1_PIN),
     DigitalIn(LIMITSW2_PIN),
     DigitalIn(LIMITSW3_PIN),
-    DigitalIn(LIMITSW4_PIN),
 };
 
 namespace SWITCH
@@ -19,4 +18,3 @@
         return mySwitch ? false : true;
     }
 }
-