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-rtos mbed PinDetect
Fork of FinalMotorControl by
Diff: main.cpp
- Revision:
- 16:a3555918c025
- Parent:
- 6:ac5d277bd497
- Child:
- 17:ff0021c4dcdc
diff -r ac5d277bd497 -r a3555918c025 main.cpp --- a/main.cpp Wed Apr 20 12:11:51 2016 +0000 +++ b/main.cpp Tue Apr 26 14:13:34 2016 +0000 @@ -14,6 +14,11 @@ DigitalOut IN6(D4); DigitalOut IN7(D5); DigitalOut IN8(D6); +//Third Engine +DigitalOut IN9(D8); +DigitalOut IN10(D9); +DigitalOut IN11(D10); +DigitalOut IN12(D11); static int fart = 1000;
