1#ifndef J_MOTOR_DRIVER_SERVO_ADVANCED_H
2#define J_MOTOR_DRIVER_SERVO_ADVANCED_H
defines interface for servo driver with variable frequency, subclass of JMotorDriverServo and JMotorD...
Definition JMotorDriverServoAdvanced.h:8
virtual void adjustFrequency(float freq)=0
adjust frequency as a fraction of standard 50hz frequency lower frequencies (try ....
class that can be used to specify a driver that controls specifically a servo
Definition JMotorDriverServo.h:8