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

Latest commit

 

History

History
69 lines (41 loc) · 2.96 KB

changelog.md

File metadata and controls

69 lines (41 loc) · 2.96 KB

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.3.1

  1. Using float instead of ulong for better interval accuracy

Releases v1.3.0

  1. Fix severe bug affecting time between the starts. Check Enable fixed timing between timer calls (vs fixed time btw. end of timer call and next call as implemented) #3

Releases v1.2.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.1.1

  1. Fix platform in library.json

Releases v1.1.0

  1. Add support to new boards (ADAFRUIT_ITSYBITSY_RP2040, ADAFRUIT_QTPY_RP2040, ADAFRUIT_STEMMAFRIEND_RP2040, ADAFRUIT_TRINKEYQT_RP2040, ADAFRUIT_MACROPAD_RP2040, SPARKFUN_PROMICRO_RP2040, etc.) using the arduino-pico core
  2. Add ISR_16_Timers_Array_Complex examples.
  3. Fix examples' bug

Releases v1.0.1

  1. Update README and Packages' Patches to match core arduino-pico core v1.4.0

Initial Releases v1.0.0

  1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO, etc. using Earle Philhower's arduino-pico core