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

Releases: khoih-prog/ATtiny_TimerInterrupt

v1.0.1 to fix bug giving error when using TCB0 and default to use TCB0 in examples for boards having only 1 TCB Timer, such as `ATtiny817`, `ATtiny807`

27 Aug 19:01
524ff71
Compare
Choose a tag to compare

Release v1.0.1

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

v1.0.0 to to support Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore

27 Aug 07:57
24273fb
Compare
Choose a tag to compare

Initial Release v1.0.0

  1. Intial 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