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

Latest commit

 

History

History
55 lines (33 loc) · 2.26 KB

File metadata and controls

55 lines (33 loc) · 2.26 KB

Dx_TimerInterrupt Library

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Release v1.1.3

  1. Fix bug giving error when using TCB0 (USE_TIMER_0 == true)
  2. Fix bug causing system crash when using _TIMERINTERRUPT_LOGLEVEL_ > 0

Release v1.1.2

  1. Using Serial3 for debugging with Curiosity Nano AVRDB, and Serial1 for debugging with Curiosity Nano AVRDA

Release v1.1.1

  1. Using Serial1 instead of Serial for debugging with Curiosity Nano AVRDA/AVRDB
  2. Update README.md

Release v1.1.0

  1. Improve and customize examples for Curiosity Nano AVRDA/AVRDB boards to use on-board LED and SW
  2. Add notes howto upload by drag-and-drop to CURIOSITY virtual drive

Initial Release v1.0.0

  1. Initial release to support Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore