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: LSM9DS1 RangeFinder FastPWM
Dependents: PM2_Example_PES_board PM2_Example_PES_board PM2_Example_PES_board PM2_Example_PES_board ... more
Diff: Servo.h
- Revision:
- 23:1926540ebbec
- Parent:
- 22:13db7047054c
--- a/Servo.h Wed Mar 23 09:36:59 2022 +0000
+++ b/Servo.h Wed Mar 23 09:46:07 2022 +0000
@@ -31,10 +31,10 @@
public:
Servo(PinName Pin);
- void Servo::SetPeriod(float _Period);
+ void SetPeriod(float _Period);
void SetPosition(float _Input);
void Enable(float _StartInput, int _Period);
- void ReEnable();
+ void Enable();
void Disable();
bool isEnabled();
