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

Commit

Permalink
v1.3.0 to fix accuracy bug
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
khoih-prog authored Oct 12, 2022
1 parent dd31a81 commit d374457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiFileProject/multiFileProject.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#error This code is intended to run on the MBED RP2040 mbed_nano or mbed_rp2040 platform! Please check your Tools->Board setting.
#endif

#define MBED_RP2040_SLOW_PWM_VERSION_MIN_TARGET "RP2040_Slow_PWM v1.2.1"
#define MBED_RP2040_SLOW_PWM_VERSION_MIN 1002001
#define MBED_RP2040_SLOW_PWM_VERSION_MIN_TARGET "RP2040_Slow_PWM v1.3.0"
#define MBED_RP2040_SLOW_PWM_VERSION_MIN 1003000

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

0 comments on commit d374457

Please sign in to comment.