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

Latest commit

 

History

History
37 lines (23 loc) · 1.82 KB

changelog.md

File metadata and controls

37 lines (23 loc) · 1.82 KB

ATtiny_TimerInterrupt Library

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

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

Release v1.0.1

  1. Fix bug giving error when using TCB0 (USE_TIMER_0 == true)
  2. Default to use TCB0 for boards having only 1 TCB Timer, such as ATtiny817, ATtiny807

Initial Release v1.0.0

  1. Initial release to support Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore
  2. Add notes howto upload by drag-and-drop to CURIOSITY virtual drive