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.
Fork of LVHB Stepper Motor Drive by
Diff: main.cpp
- Revision:
- 2:edf5ce5e6295
- Parent:
- 1:2c8685757654
--- a/main.cpp Fri Mar 10 23:27:05 2017 +0000 +++ b/main.cpp Fri Mar 10 23:49:20 2017 +0000 @@ -63,10 +63,10 @@ DigitalOut blue_led(LED3); //Input pins on Eval Board -DigitalOut IN1A(PTD4); // Pin IN1A input to EVAL board (FRDM PIN Name) -DigitalOut IN1B(PTA12); // Pin IN1B input to EVAL board (FRDM PIN Name) -DigitalOut IN2A(PTA4); // Pin IN2A input to EVAL board (FRDM PIN Name) -DigitalOut IN2B(PTA5); // Pin IN2B input to EVAL board (FRDM PIN Name) +DigitalOut IN1A(PTA5); // Pin IN1A input to EVAL board (FRDM PIN Name) +DigitalOut IN1B(PTC8); // Pin IN1B input to EVAL board (FRDM PIN Name) +DigitalOut IN2A(PTA13); // Pin IN2A input to EVAL board (FRDM PIN Name) +DigitalOut IN2B(PTD5); // Pin IN2B input to EVAL board (FRDM PIN Name) //Green LED on Eval Board // DigitalOut READY(PTC5); // Pin READY input to EVAL board (FRDM PIN Name)
