JMotor
Loading...
Searching...
No Matches
JMotorDriverServoAdvanced.h
Go to the documentation of this file.
1#ifndef J_MOTOR_DRIVER_SERVO_ADVANCED_H
2#define J_MOTOR_DRIVER_SERVO_ADVANCED_H
3#include "JMotorDriverServo.h"
4#include <Arduino.h>
9public:
16 virtual void adjustFrequency(float freq) = 0;
17};
18#endif
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