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

Latest commit

 

History

History
60 lines (36 loc) · 2.55 KB

changelog.md

File metadata and controls

60 lines (36 loc) · 2.55 KB

MBED_RPI_PICO_TimerInterrupt Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Releases v1.2.0

  1. Fix poor-timer-accuracy bug. Check Poor accuracy on timer interrupt frequency or interval. #4

Releases v1.1.2

  1. Using float instead of ulong for interval for better accuracy

Releases v1.1.1

  1. Remove redundant function call

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

Releases v1.0.1

  1. Fix platform in library.json

Initial Releases v1.0.0

  1. Initial coding to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core