This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.2.2 to use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. and to optimize code by not calculation in ISR
Releases v1.2.2
- Use
float
forDutyCycle
andFreq
,uint32_t
forperiod
. - Optimize code by not calculation in ISR