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

Releases: khoih-prog/AVR_PWM

v1.2.0 to optimize speed with new `setPWM_DCPercentageInt_manual` function to improve speed almost 85% compared to `setPWM_DCPercentage_manual`, to add example `PWM_SpeedTest`, etc.

27 Jan 20:43
d5cab00
Compare
Choose a tag to compare

Releases v1.2.0

  1. Optimize speed with new setPWM_DCPercentageInt_manual function to improve speed almost 85% compared to setPWM_DCPercentage_manual
  2. Add example PWM_SpeedTest to demo the better speed of new setPWM_DCPercentageInt_manual function
  3. Improve README.md so that links can be used in other sites, such as PIO

v1.1.0 for new PWM_manual example, to add function setPWM_DCPercentage_manual() to facilitate the setting PWM DC manually and to catch low frequency error

24 Jan 21:42
28ccda8
Compare
Choose a tag to compare

Releases v1.1.0

  1. Add example PWM_manual to demo how to correctly use PWM to generate waveform. Check About DCValue in setPWM_manual #2
  2. Add function setPWM_DCPercentage_manual() to facilitate the setting PWM DC manually by using DCPercentage, instead of absolute DCValue depending on varying PWMPeriod
  3. Catch low frequency error and use lowest permissible frequency

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

22 Jan 06:30
7e2bedc
Compare
Choose a tag to compare

v1.0.0 for hardware-PWM on AVR boards, such as Mega-2560, UNO, Nano, Leonardo, etc., using AVR cores

29 Oct 03:09
a50c181
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support AVR boards, such as Mega-2560, UNO, Nano, Leonardo, etc., using AVR cores
  2. The hardware-based PWM channels can generate very high frequencies.