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

Commit d374457

Browse files
authored
v1.3.0 to fix accuracy bug
### Releases v1.3.0 1. Fix `poor-timer-accuracy` bug. Check [Poor accuracy on timer interrupt frequency or interval. #4](khoih-prog/MBED_RPI_PICO_TimerInterrupt#4)
1 parent dd31a81 commit d374457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/multiFileProject/multiFileProject.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#error This code is intended to run on the MBED RP2040 mbed_nano or mbed_rp2040 platform! Please check your Tools->Board setting.
1616
#endif
1717

18-
#define MBED_RP2040_SLOW_PWM_VERSION_MIN_TARGET "RP2040_Slow_PWM v1.2.1"
19-
#define MBED_RP2040_SLOW_PWM_VERSION_MIN 1002001
18+
#define MBED_RP2040_SLOW_PWM_VERSION_MIN_TARGET "RP2040_Slow_PWM v1.3.0"
19+
#define MBED_RP2040_SLOW_PWM_VERSION_MIN 1003000
2020

2121
// To be included only in main(), .ino with setup() to avoid `Multiple Definitions` Linker Error
2222
#include "MBED_RP2040_Slow_PWM.h"

0 commit comments

Comments
 (0)