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: SETUP.hpp
- Revision:
- 22:fc2186b610b5
- Parent:
- 21:6d9f6a986647
- Child:
- 23:07a368f2cdb1
--- a/SETUP.hpp Thu Feb 14 10:22:54 2019 +0000
+++ b/SETUP.hpp Sat Feb 16 12:43:26 2019 +0000
@@ -55,6 +55,13 @@
Green :Select : A3
Yellow:Function : A4
+
+ //Led Outputs //check the pin outs.
+ static DigitalOut Led_Select_Left(D2);
+ static DigitalOut Led_Select_Right(D3);
+ static DigitalOut Led_Power(A3);
+
+ TextLCD lcd(D0,D1,D4,D5,D6,D7); // rs, e, d4-d7
TendonPower (PWM) pin is PE_8
STEPPER_MOTOR STEPPER_MOTOR_1(D15,D14,D13,D12) this is defined in interface.hpp
*/