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

Releases: khoih-prog/SAMDUE_TimerInterrupt

v1.3.0 to fix multiple-definitions linker error and to optimize library code

23 Jan 04:32
823cfcf
Compare
Choose a tag to compare

Releases v1.3.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. Optimize library code by using reference-passing instead of value-passing
  4. Update all examples

Version v1.2.0 to optimize code and add better debug feature

11 Jan 02:14
3605783
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 and modify Version String

07 Dec 05:04
e8a6911
Compare
Choose a tag to compare

Releases v1.1.1

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

Version v1.0.1 to permit up to 16 super-long-time, super-accurate ISR-based timers.

08 Nov 05:10
74f80ef
Compare
Choose a tag to compare

Releases v1.0.1

  1. Permit up to 16 super-long-time, super-accurate ISR-based timers to avoid being blocked
  2. Using cpp code besides Impl.h code to use if Multiple-Definition linker error.
  3. Add complicated example ISR_16_Timers_Array utilizing and demonstrating the full usage of 16 independent ISR Timers based on just 1 Hardware Timer.