7 Commits
Author SHA1 Message Date
Khoi Hoang b7d8f4b4b7 v1.3.1 using float for interval
### Releases v1.3.1

1. Using `float` instead of `ulong` for better interval accuracy
2022-09-29 22:03:58 -04:00
Khoi Hoang b99aafc23a v1.3.0 to fix severe bug affecting start time
### Releases v1.3.0

1. Fix  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](https://github.com/khoih-prog/RPI_PICO_TimerInterrupt/issues/3)
2022-09-25 19:41:28 -04:00
Khoi Hoang 44c3602009 v1.2.0 to fix multiple-definitions linker error
### Releases v1.2.0

1. Fix `multiple-definitions` linker error. Drop `src_cpp` and `src_h` directories
2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project.
3. Optimize library code by using `reference-passing` instead of `value-passing`
4. Update all examples
2022-01-22 00:32:59 -05:00
Khoi Hoang d897d409ff v1.1.1 to fix platform
### Releases v1.1.1

1. Fix platform in `library.json`
2021-10-22 17:03:29 -04:00
Khoi Hoang 712c22a676 v1.1.0 to add support to new boards
### 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
2021-06-10 23:26:48 -04:00
Khoi Hoang 92da992ddd v1.0.1 to match arduino-pico core v1.4.0
### Releases v1.0.1

1. Update README and Packages' Patches to match arduino-pico core v1.4.0
2021-05-18 16:10:48 -04:00
Khoi Hoang 5e6d0251b3 Releases v1.0.0 to support RP2040-based boards
### 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](https://github.com/earlephilhower/arduino-pico)
2021-05-11 20:58:08 -04:00