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
Revision 16:a3555918c025, committed 2016-04-26
- Comitter:
- mjhaugsdal
- Date:
- Tue Apr 26 14:13:34 2016 +0000
- Parent:
- 6:ac5d277bd497
- Child:
- 17:ff0021c4dcdc
- Commit message:
- Went back to revision 6
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;
