PM2_Lib
Dependencies: LSM9DS1 RangeFinder FastPWM
Diff: Servo.h
- Revision:
- 10:fe74e8909d3f
- Parent:
- 4:9c003c402033
- Child:
- 16:69911e81dfd4
--- a/Servo.h Tue Aug 31 15:38:44 2021 +0000 +++ b/Servo.h Thu Feb 10 12:04:36 2022 +0000 @@ -23,8 +23,6 @@ #ifndef MBED_SERVO_H #define MBED_SERVO_H -#include "mbed.h" - /** Class to control a servo on any pin, without using pwm * * Example: @@ -50,6 +48,8 @@ * @endcode */ +#include "mbed.h" + class Servo {