Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/megaAVR_PWM

v1.0.1 to add example `PWM_StepperControl` to demo how to control Stepper Motor using PWM

22 Jan 06:56
d431081
Compare
Choose a tag to compare

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

31 Oct 07:48
7719237
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support megaAVR boards, such as UNO WiFi Rev2, AVR_Nano_Every, etc., using Arduino megaAVR or MegaCoreX core
  2. The hardware-based PWM channels using TimerB can generate very high frequencies.