From c647978c14d456a100ae7b7326070c44e7cea2db Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 11 Dec 2021 01:15:01 -0500 Subject: [PATCH] v2.0.0 to to fix no PWM output ### Releases v2.0.0 1. Completely new code to fix no PWM output issue. Check [No PWM-Output signals #1](https://github.com/khoih-prog/Portenta_H7_PWM/issues/1) 2. To permit start, stop, change and restore the settings of any PWM channel on-the-fly --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 5f41a87..ac559df 100644 --- a/changelog.md +++ b/changelog.md @@ -23,6 +23,7 @@ ### Releases v2.0.0 1. Completely new code to fix no PWM output issue. Check [No PWM-Output signals #1](https://github.com/khoih-prog/Portenta_H7_PWM/issues/1) +2. To permit start, stop, change and restore the settings of any PWM channel on-the-fly ### Initial Releases v1.0.0