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

Commit 524ff71

Browse files
authored
v1.0.1 for bug related to TCB0
### 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`
1 parent 869cf31 commit 524ff71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Check the new [**multiFileProject** example](examples/multiFileProject) for a `H
267267
TCB0-TCB1 are 16-bit timers
268268

269269
The ATtiny boards, such as `ATtiny3217`, `ATtiny1617`, will have only maximum 2 TCB timers, (TCB0-TCB1).
270+
270271
The ATtiny boards, such as `ATtiny817`, will have only maximum 1 TCB timer, (TCB0).
271272

272273
The number of TCB timers will be automatically configured by the library.

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
## Changelog
1919

20-
### Initial Release v1.0.1
20+
### Release v1.0.1
2121

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

0 commit comments

Comments
 (0)