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: Motor.h
- Revision:
- 3:b4ea47007781
- Parent:
- 2:f265e441bcd9
--- a/Motor.h Tue Nov 23 16:16:43 2010 +0000
+++ b/Motor.h Thu Nov 17 22:17:03 2022 +0000
@@ -24,6 +24,7 @@
#define MBED_MOTOR_H
#include "mbed.h"
+#include "SoftPWM.h"
/** Interface to control a standard DC motor
*
@@ -47,7 +48,7 @@
void speed(float speed);
protected:
- PwmOut _pwm;
+ SoftPWM _pwm;
DigitalOut _fwd;
DigitalOut _rev;