- Using
floatinstead ofulongfor better interval accuracy
- 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
- Fix
multiple-definitionslinker error. Dropsrc_cppandsrc_hdirectories - Add example multiFileProject to demo for multiple-file project.
- Optimize library code by using
reference-passinginstead ofvalue-passing - Update all examples
- Fix platform in
library.json
- 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
- Add
ISR_16_Timers_Array_Complexexamples. - Fix examples' bug
- Update README and Packages' Patches to match core arduino-pico core v1.4.0
- Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO, etc. using Earle Philhower's arduino-pico core
