PROJ515 / Mbed 2 deprecated CoilingRigV9

Dependencies:   mbed mbed-rtos TextLCD

Revision:
21:6d9f6a986647
Parent:
17:68b3fdabe4c5
Child:
22:fc2186b610b5
--- a/Interface/Interface.hpp	Tue Feb 12 17:09:27 2019 +0000
+++ b/Interface/Interface.hpp	Thu Feb 14 10:22:54 2019 +0000
@@ -3,7 +3,10 @@
 
 #include "mbed.h"
 #include "STEPPER_MOTOR.hpp" //Include this to use the stepper motor
-
+//Led Outputs //check the pin outs.
+DigitalOut Led_Select_Left(A0);
+DigitalOut Led_Select_Right(A1);
+DigitalOut Led_Power(A5);
 static STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12);