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 Motor by
Diff: Motor.cpp
- Revision:
- 12:8d67376b521d
- Parent:
- 11:2d806364fdcc
- Child:
- 14:9fa93c83285e
--- a/Motor.cpp Mon May 18 10:26:25 2015 +0000 +++ b/Motor.cpp Mon May 18 11:05:31 2015 +0000 @@ -28,7 +28,7 @@ { // Set initial condition of PWM - _pwm.period(0.0005); + _pwm.period(0.001); _stdby = 1; // Initial condition of output enables _fwd = 0;