Go to the documentation of this file.
33 #ifndef _USTEPPERSERVO_H
34 #define _USTEPPERSERVO_H
39 #define NO_ANGLE (0xff)
86 uint8_t
attach(
int pinArg);
102 void write(
int angleArg);
static void refresh()
Updates servo output pins.
uint8_t attach(int pinArg)
Attaches the servo motor to a specific pin.
void detach()
Detaches the servo motor from the uStepper.
void write(int angleArg)
Specify angle of servo motor.
void setMaximumPulse(uint16_t t)
Sets the maximum pulse.
void setMinimumPulse(uint16_t t)
Sets the minimum pulse.
class uStepperServo * next
static uStepperServo * first
Prototype of class for ustepper servo.
uStepperServo()
Constructor for servo class.