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

Commit f03433b

Browse files
authored
v1.5.0 to add Timer3,4 to 32u4 and 16u4
### Releases v1.5.0 1. Add **Timer3 and Timer4 support to ATmega32U4 and ATmega16U4.** 2. Add Timer auto-selection to examples.
1 parent b5c88f9 commit f03433b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The catch is your function is now part of an ISR (Interrupt Service Routine), an
143143

144144
### Releases v1.5.0
145145

146-
1. Add Timer 3 and 4 to ATmega32U4 and ATmega16U4.
146+
1. Add **Timer3 and Timer4 support to ATmega32U4 and ATmega16U4.**
147147
2. Add Timer auto-selection to examples.
148148

149149
### Releases v1.4.1
@@ -1093,7 +1093,7 @@ Sometimes, the library will only work if you update the board core to the latest
10931093

10941094
### Releases v1.5.0
10951095

1096-
1. Add Timer 3 and 4 to ATmega32U4 and ATmega16U4.
1096+
1. Add **Timer3 and Timer4 support to ATmega32U4 and ATmega16U4.**
10971097
2. Add Timer auto-selection to examples.
10981098

10991099
### Releases v1.4.1
@@ -1191,6 +1191,7 @@ Submit issues to: [TimerInterrupt issues](https://github.com/khoih-prog/TimerInt
11911191
10. Add support to **Generic or Sparkfun AVR ATmega_32U4** such as **AVR_MAKEYMAKEY, AVR_PROMICRO, etc.**
11921192
11. Add support to **Generic or Sparkfun AVR ATmega_328(P)** such as **ARDUINO_REDBOT, ARDUINO_AVR_DIGITAL_SANDBOX, etc.**
11931193
12. Add support to **Generic or Sparkfun AVR ATmega128RFA1** such as **ATMEGA128RFA1_DEV_BOARD, etc.**
1194+
13. Add Timer3 and Timer4 support to **ATmega32U4 and ATmega16U4**.
11941195

11951196
---
11961197
---

0 commit comments

Comments
 (0)