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.
Diff: main.cpp
- Revision:
- 51:8b66c953d73a
- Parent:
- 50:3e73f68c3b37
- Child:
- 52:dc3d83eb31eb
--- a/main.cpp Mon May 20 01:52:35 2019 +0000 +++ b/main.cpp Mon May 20 03:37:02 2019 +0000 @@ -134,7 +134,6 @@ motor_li.setDutyLimit(params[4].duty); if(RightOrLeft == 0) phasing(params[4].argument[0]); else phasing(-params[4].argument[0]); - motor_lo.setDutyLimit(params[5].duty); motor_li.setDutyLimit(params[5].duty); for(int i= 0; i<(int)params[5].condition; ++i) straight();