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.
Fork of ESC by
Revision 2:6ef05596f0e7, committed 2014-04-06
- Comitter:
- redplam
- Date:
- Sun Apr 06 04:10:34 2014 +0000
- Parent:
- 1:4c02fede684b
- Commit message:
- ver1.0
Changed in this revision
esc.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/esc.h Sun Jun 09 22:23:45 2013 +0000 +++ b/esc.h Sun Apr 06 04:10:34 2014 +0000 @@ -58,7 +58,7 @@ class ESC { public: - ESC(PwmOut,int=20); // Constructor(pwmPinOut,period_ms) + ESC(PwmOut,int=10); // Constructor(pwmPinOut,period_ms) bool setThrottle(int); // range 0-100 void pulse(void);