This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/megaAVR_PWM
Releases · khoih-prog/megaAVR_PWM
v1.0.1 to add example `PWM_StepperControl` to demo how to control Stepper Motor using PWM
Releases v1.0.1
- Add example PWM_StepperControl to demo how to control Stepper Motor using PWM. Check Using PWM to step a stepper driver #16
v1.0.0 for hardware-PWM on megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, ATmega4809, etc., using `Arduino megaAVR` or `MegaCoreX` core
Initial Releases v1.0.0
- Initial coding to support megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., using
Arduino megaAVR
orMegaCoreX
core - The hardware-based PWM channels using TimerB can generate very high frequencies.