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.h
- Revision:
- 1:2911b1a7b611
- Parent:
- 0:910b46b1e4ae
--- a/motor.h Thu Oct 13 15:24:37 2016 +0000
+++ b/motor.h Tue Nov 15 14:08:11 2016 +0000
@@ -27,7 +27,7 @@
void forward(float pwm);
void backward(float pwm);
private:
- static const unsigned int PWM_PERIOD_US = 1000;
+ static const unsigned int PWM_PERIOD_US = 20000;
USBSerial *_pc;
PwmOut *_pwm;
