Testing 1 blue pill

Dependencies:   mbed mbed-rtos TextLCD

Revision:
22:fc2186b610b5
Parent:
21:6d9f6a986647
Child:
23:07a368f2cdb1
--- a/Interface/Interface.hpp	Thu Feb 14 10:22:54 2019 +0000
+++ b/Interface/Interface.hpp	Sat Feb 16 12:43:26 2019 +0000
@@ -4,9 +4,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);
+//Led Outputs //check the pin outs.
+static DigitalOut Led_Select_Left(D2);
+static DigitalOut Led_Select_Right(D3);
+static DigitalOut Led_Power(A2);
 static STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12);