Handling the Lower MCU (STM32) communication.
RESULT SetServoAngleRange(uint8_t num, uint16_t min, uint16_t max)
RESULT SetServoAngle(uint8_t num, uint16_t angle)
RESULT SetServoDir(uint8_t num, DIR dir)
A class for controlling a remote control (RC) servo.
bool setAngle(uint16_t angle)
Sets the angle of the servo.
bool setHWDir(bool dir)
Sets the hardware direction of the servo.
bool begin(void)
Initializes the servo with a default angle range.