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 15:d9c9ae9e5fc2, committed 2016-04-26
- Comitter:
- mjhaugsdal
- Date:
- Tue Apr 26 14:05:10 2016 +0000
- Parent:
- 14:c3d1689dccf8
- Commit message:
- Changed speed to 500;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 26 13:47:02 2016 +0000 +++ b/main.cpp Tue Apr 26 14:05:10 2016 +0000 @@ -23,7 +23,7 @@ DigitalOut IN12(D11); */ -static int fart = 1000; +static int fart = 500; static char m_cmd = 'x'; /* void step4Right3()
