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
Fork of ServoMotorCtrl by
Revision 1:e13ff3cb7a35, committed 2016-03-08
- Comitter:
- lianghaopo
- Date:
- Tue Mar 08 17:30:58 2016 +0000
- Parent:
- 0:0216e89de7ca
- Child:
- 2:cca4199fa834
- Commit message:
- version2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Mar 08 16:47:10 2016 +0000 +++ b/main.cpp Tue Mar 08 17:30:58 2016 +0000 @@ -21,7 +21,7 @@ DigitalOut led2(PA_6); // TIMER Ticker timer_Ctrl; -Ticker timer_io; +//Ticker timer_io; // GLOBAL float ang_cmd = 0; volatile float ang_read = 0;
