This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/MBED_RPI_PICO_TimerInterrupt
Releases · khoih-prog/MBED_RPI_PICO_TimerInterrupt
v1.2.0 to fix `poor-timer-accuracy` bug
Releases v1.2.0
- Fix
poor-timer-accuracy
bug. Check Poor accuracy on timer interrupt frequency or interval. #4
v.1.1.2 using `float` instead of `ulong` for better interval accuracy
Releases v1.1.2
- Using
float
instead ofulong
for better interval accuracy
v1.1.1 to remove redundant function call
Releases v1.1.1
- Remove redundant function call
v1.1.0 to fix multiple-definitions linker error, to add support to new RP2040-based boards, to fix bug, etc.
Releases v1.1.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add example multiFileProject to demo for multiple-file project.
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
v1.0.1 to update platform in `library.json`
Releases v1.0.1
- Fix platform in
library.json
Release v1.0.0 to to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using [Arduino-mbed RP2040 core](https://github.com/arduino/ArduinoCore-mbed)
Initial Releases v1.0.0
- Initial coding to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core