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

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

26 Oct 18:46
037a20b
Compare
Choose a tag to compare

Releases v1.4.2

  1. Add support to Seeeduino nRF52840-based boards such as Seeed_XIAO_NRF52840 and Seeed_XIAO_NRF52840_SENSE, etc. using Seeeduino nRF52 core
  2. Add astyle using allman style. Restyle the library
  3. Update all examples

v1.4.1 to add support to Sparkfun Pro nRF52840 Mini

04 Mar 00:33
cc12e2a
Compare
Choose a tag to compare

Releases v1.4.1

  1. Add support to Sparkfun Pro nRF52840 Mini
  2. Update Packages_Patches

v1.4.0 to fix multiple-definitions linker error, to add support to Adafruit `NRF52840_LED_GLASSES`, to fix bug, etc.

22 Jan 01:31
1ecfbe2
Compare
Choose a tag to compare

Releases v1.4.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. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  4. Add support to Adafruit NRF52840_LED_GLASSES
  5. Optimize library code by using reference-passing instead of value-passing
  6. Update all examples
  7. Update Packages_Patches

v1.3.0 to add support to Adafruit nRF52 core v0.22.0+ and Raytac MDBT50Q_RX Dongle

13 Aug 05:37
df73959
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to Adafruit nRF52 core v0.22.0+
  2. 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

11 Jan 08:01
a3722a8
Compare
Choose a tag to compare

Releases v1.2.0

  1. Add better debug feature.
  2. Optimize code and examples to reduce RAM usage
  3. Add Table of Contents

Version v1.1.1 to add examples Change_Interval and FakeAnalogWrite String

06 Dec 23:58
46a540a
Compare
Choose a tag to compare

Releases v1.1.1

  1. Add example Change_Interval and FakeAnalogWrite
  2. Bump up version to sync with other TimerInterrupt Libraries. Modify Version String.

v1.0.2 to add and optimize examples

24 Nov 20:12
88ee09d
Compare
Choose a tag to compare

Releases v1.0.2

  1. Add complicated example ISR_16_Timers_Array_Complex
  2. Optimize examples

Version v1.0.1 add complicated example ISR_16_Timers_Array

07 Nov 02:50
81ee26d
Compare
Choose a tag to compare

Releases v1.0.1

  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

03 Nov 04:49
50e11c2
Compare
Choose a tag to compare

Releases v1.0.0

  1. Permit up to 16 super-long-time, super-accurate ISR-based timers, for each Hardware Timer, to avoid being blocked
  2. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.