- Fix
poor-timer-accuracy
bug. Check Poor accuracy on timer interrupt frequency or interval. #4
- Using
float
instead ofulong
for interval for better accuracy
- Remove redundant function call
- 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
- Fix platform in
library.json
- Initial coding to support RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using Arduino-mbed RP2040 core