Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos TextLCD
Diff: Interface/Interface.hpp
- 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);