This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/NRF52_TimerInterrupt
Releases · khoih-prog/NRF52_TimerInterrupt
v1.4.2 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE* etc. using Seeeduino `nRF52` core, to add astyle using `allman` style and to restyle the library
v1.4.2 to add support to Seeeduino nRF52840-based boards, such as XIAO_NRF52840 and XIAO_NRF52840_SENSE* etc. using Seeeduino `nRF52` core, to add astyle using `allman` style and to restyle the library
Latest
Releases v1.4.2
- Add support to Seeeduino nRF52840-based boards such as Seeed_XIAO_NRF52840 and Seeed_XIAO_NRF52840_SENSE, etc. using Seeeduino
nRF52
core - Add astyle using
allman
style. Restyle the library - Update all examples
v1.4.1 to add support to Sparkfun Pro nRF52840 Mini
Releases v1.4.1
- Add support to Sparkfun Pro nRF52840 Mini
- Update
Packages_Patches
v1.4.0 to fix multiple-definitions linker error, to add support to Adafruit `NRF52840_LED_GLASSES`, to fix bug, etc.
Releases v1.4.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add example multiFileProject to demo for multiple-file project.
- Fix
reattachInterrupt()
bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19 - Add support to Adafruit
NRF52840_LED_GLASSES
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
- Update
Packages_Patches
v1.3.0 to add support to Adafruit nRF52 core v0.22.0+ and Raytac MDBT50Q_RX Dongle
Releases v1.3.0
- Add support to Adafruit nRF52 core v0.22.0+
- Add support to Raytac MDBT50Q_RX Dongle
Warnings for Releases v1.2.0- : Use Adafruit nRF52 v0.22.0+
will create compiler errors. If so, please use the Adafruit nRF52 v0.21.0
. It's advisable to update to Releases v1.3.0+
Version v1.2.0 to optimize code and add better debug feature
Releases v1.2.0
- Add better debug feature.
- Optimize code and examples to reduce RAM usage
- Add Table of Contents
Version v1.1.1 to add examples Change_Interval and FakeAnalogWrite String
Releases v1.1.1
- Add example Change_Interval and FakeAnalogWrite
- Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.
v1.0.2 to add and optimize examples
Releases v1.0.2
- Add complicated example ISR_16_Timers_Array_Complex
- Optimize examples
Version v1.0.1 add complicated example ISR_16_Timers_Array
Releases v1.0.1
- Add complicated example ISR_16_Timers_Array utilizing and demonstrating the full usage of 16 independent ISR Timers.
Initial Release v1.0.0 to permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
Releases v1.0.0
- Permit up to 16 super-long-time, super-accurate ISR-based timers, for each Hardware Timer, to avoid being blocked
- Using cpp code besides Impl.h code to use if Multiple-Definition linker error.