Open
Description
With the additional timer TIMERB3
the servo library also works for MegaCorex and ATMega4809.
Advantage over the MegaCorex Servo library with this library is the setting of the frame rate works.
To ServoTimers.h
add
#if defined(SERVO_USE_TIMERB3)
&TCB3;
#endif
Servo.cpp
add
#elif defined(SERVO_USE_TIMERB3)
ISR(TCB3_INT_vect)