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

Commit 31c4bdf

Browse files
authored
v1.2.1 to fix DutyCycle bug, etc.
### 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`
1 parent ac7f45e commit 31c4bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/nRF52_Slow_PWM_ISR.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
#endif
3636

3737
#ifndef NRF52_SLOW_PWM_VERSION
38-
#define NRF52_SLOW_PWM_VERSION "NRF52_Slow_PWM v1.2.0"
38+
#define NRF52_SLOW_PWM_VERSION "NRF52_Slow_PWM v1.2.1"
3939

4040
#define NRF52_SLOW_PWM_VERSION_MAJOR 1
4141
#define NRF52_SLOW_PWM_VERSION_MINOR 2
42-
#define NRF52_SLOW_PWM_VERSION_PATCH 0
42+
#define NRF52_SLOW_PWM_VERSION_PATCH 1
4343

44-
#define NRF52_SLOW_PWM_VERSION_INT 1002000
44+
#define NRF52_SLOW_PWM_VERSION_INT 1002000 1
4545
#endif
4646

4747
#ifndef _PWM_LOGLEVEL_

0 commit comments

Comments
 (0)