From 28ccda88f1faeea72d6526056d920e046b52034d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:40:37 -0500 Subject: [PATCH] v1.1.0 for new `PWM_manual` example, etc. ### Releases v1.1.0 1. Add example [PWM_manual](https://github.com/khoih-prog/AVR_PWM/examples/PWM_manual) to demo how to correctly use PWM to generate waveform. Check [About DCValue in setPWM_manual #2](https://github.com/khoih-prog/AVR_PWM/discussions/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 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c1c0f77..e97c340 100644 --- a/changelog.md +++ b/changelog.md @@ -29,7 +29,7 @@ 1. Add example [PWM_manual](https://github.com/khoih-prog/AVR_PWM/examples/PWM_manual) to demo how to correctly use PWM to generate waveform. Check [About DCValue in setPWM_manual #2](https://github.com/khoih-prog/AVR_PWM/discussions/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 permissile frequency +3. Catch low frequency error and use lowest permissible frequency ### Releases v1.0.1