PM2_Lib
Dependencies: LSM9DS1 RangeFinder FastPWM
Diff: Servo.h
- Revision:
- 21:45d903d986f6
- Parent:
- 20:ea222b81350e
- Child:
- 22:13db7047054c
--- a/Servo.h Tue Mar 22 09:43:13 2022 +0000 +++ b/Servo.h Wed Mar 23 09:30:21 2022 +0000 @@ -33,6 +33,7 @@ Servo(PinName Pin); void SetPosition(float _Input); void Enable(float _StartInput, int _Period); + void ReEnable(); void Disable(); bool isEnabled();