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 fix DutyCycle bug, etc.
Browse files Browse the repository at this point in the history
### Releases v1.2.1

1. Fix `DutyCycle` bug. Check [float precisison of DutyCycle only sometimes working #3](khoih-prog/SAMD_Slow_PWM#3)
2. Fix `New Period` display bug. Check [random dropouts #4](khoih-prog/SAMD_Slow_PWM#4)
3. Display informational warning only when `_PWM_LOGLEVEL_` > 3
4. Add support to `Sparkfun Pro nRF52840 Mini`
5. Update examples
6. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Mar 4, 2022
1 parent ac7f45e commit 31c4bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nRF52_Slow_PWM_ISR.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
#endif

#ifndef NRF52_SLOW_PWM_VERSION
#define NRF52_SLOW_PWM_VERSION "NRF52_Slow_PWM v1.2.0"
#define NRF52_SLOW_PWM_VERSION "NRF52_Slow_PWM v1.2.1"

#define NRF52_SLOW_PWM_VERSION_MAJOR 1
#define NRF52_SLOW_PWM_VERSION_MINOR 2
#define NRF52_SLOW_PWM_VERSION_PATCH 0
#define NRF52_SLOW_PWM_VERSION_PATCH 1

#define NRF52_SLOW_PWM_VERSION_INT 1002000
#define NRF52_SLOW_PWM_VERSION_INT 1002000 1
#endif

#ifndef _PWM_LOGLEVEL_
Expand Down

0 comments on commit 31c4bdf

Please sign in to comment.