tag:github.com,2008:https://github.com/khoih-prog/ATtiny_PWM/releasesTags from ATtiny_PWM2023-01-28T00:19:06Ztag:github.com,2008:Repository/563627552/v1.2.02023-01-28T00:22:17Zv1.2.0 to optimize speed with new `setPWM_DCPercentageInt_manual` function to improve speed almost 50% compared to `setPWM_DCPercentage_manual` of previous `v1.1.0`, to add example `PWM_SpeedTest`, etc.<p>v1.2.0 to optimize speed and add `PWM_SpeedTest`</p>
<p>### Releases v1.2.0</p>
<p>1. Optimize speed with new `setPWM_DCPercentageInt_manual` function to improve speed almost 50% compared to `setPWM_DCPercentage_manual` of previous `v1.1.0`
<br />2. Add example [PWM_SpeedTest](<a href="https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_SpeedTest">https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_SpeedTest</a>) to demo the better speed of new `setPWM_DCPercentageInt_manual` function
<br />3. Improve `README.md` so that links can be used in other sites, such as PIO</p>khoih-progtag:github.com,2008:Repository/563627552/v1.1.02023-01-25T21:21:00Zv1.1.0 for new PWM_manual example, to add function setPWM_DCPercentage_manual() to facilitate the setting PWM DC manually, etc.<p>v1.1.0 for new `PWM_manual` example, etc.</p>
<p>1. Add example [PWM_manual](<a href="https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_manual">https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_manual</a>) to demo how to correctly use PWM to generate waveform. Check [About DCValue in setPWM_manual <a class="issue-link js-issue-link" href="https://github.com/khoih-prog/ATtiny_PWM/discussions/2">#2</a>](<a class="issue-link js-issue-link" href="https://github.com/khoih-prog/AVR_PWM/discussions/2">khoih-prog/AVR_PWM#2</a>)
<br />2. Add function `setPWM_DCPercentage_manual()` to facilitate the setting PWM DC manually by using `DCPercentage`, instead of `absolute DCValue` depending on varying PWMPeriod
<br />3. Catch low frequency error and use lowest permissible frequency</p>khoih-progtag:github.com,2008:Repository/563627552/v1.0.12023-01-22T20:16:30Zv1.0.1 to add example `PWM_StepperControl` to demo how to control Stepper Motor using PWM<p>v1.0.1 to add `PWM_StepperControl` example</p>
<p>### Releases v1.0.1</p>
<p>1. Add example [PWM_StepperControl](<a href="https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_StepperControl">https://github.com/khoih-prog/ATtiny_PWM/tree/main/examples/PWM_StepperControl</a>) to demo how to control Stepper Motor using PWM</p>khoih-progtag:github.com,2008:Repository/563627552/v1.0.02022-11-09T02:01:15Zv1.0.0 for hardware-PWM on AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore<p>v1.0.0 for hardware-PWM on ATtiny boards</p>
<p>### Initial Releases v1.0.0</p>
<p>1. Initial coding to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.)** using [**megaTinyCore**](<a href="https://github.com/SpenceKonde/megaTinyCore">https://github.com/SpenceKonde/megaTinyCore</a>)</p>khoih-prog