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

Commit

Permalink
v1.2.1 to replace double with float
Browse files Browse the repository at this point in the history
### Releases v1.2.1

1. Use `float` for `DutyCycle` and `Freq`, `uint32_t` for `period`. 
2. Optimize code by not calculation in ISR
  • Loading branch information
khoih-prog authored Feb 2, 2022
1 parent 83387cc commit f53c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Please have a look at [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix
As more complex calculation and check inside ISR are introduced from v1.2.0, there are consequences as follows

- using min 30uS and max 8 PWM channels for v1.2.0
- using min 20uS and max 8 PWM channels for v1.2.1
- using min 20uS and max 8 PWM channels for v1.2.1+

```
// Don't change these numbers to make higher Timer freq. System can hang
Expand Down

0 comments on commit f53c1c9

Please sign in to comment.