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

Releases: khoih-prog/MBED_RPI_PICO_TimerInterrupt

v1.2.0 to fix `poor-timer-accuracy` bug

12 Oct 05:30
b13aa2d
Compare
Choose a tag to compare

v.1.1.2 using `float` instead of `ulong` for better interval accuracy

30 Sep 01:22
72a9d11
Compare
Choose a tag to compare

Releases v1.1.2

  1. Using float instead of ulong for better interval accuracy

v1.1.1 to remove redundant function call

26 Sep 01:45
e4db771
Compare
Choose a tag to compare

Releases v1.1.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.

22 Jan 07:07
9133e3b
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add example multiFileProject to demo for multiple-file project.
  3. Optimize library code by using reference-passing instead of value-passing
  4. Update all examples

v1.0.1 to update platform in `library.json`

22 Oct 21:39
254aea6
Compare
Choose a tag to compare

Releases v1.0.1

  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)

08 Jun 03:57
a834176
Compare
Choose a tag to compare