This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ The catch is your function is now part of an ISR (Interrupt Service Routine), an
143
143
144
144
### Releases v1.5.0
145
145
146
- 1 . Add Timer 3 and 4 to ATmega32U4 and ATmega16U4.
146
+ 1 . Add ** Timer3 and Timer4 support to ATmega32U4 and ATmega16U4.**
147
147
2 . Add Timer auto-selection to examples.
148
148
149
149
### Releases v1.4.1
@@ -1093,7 +1093,7 @@ Sometimes, the library will only work if you update the board core to the latest
1093
1093
1094
1094
### Releases v1.5.0
1095
1095
1096
- 1 . Add Timer 3 and 4 to ATmega32U4 and ATmega16U4.
1096
+ 1 . Add ** Timer3 and Timer4 support to ATmega32U4 and ATmega16U4.**
1097
1097
2 . Add Timer auto-selection to examples.
1098
1098
1099
1099
### Releases v1.4.1
@@ -1191,6 +1191,7 @@ Submit issues to: [TimerInterrupt issues](https://github.com/khoih-prog/TimerInt
1191
1191
10 . Add support to ** Generic or Sparkfun AVR ATmega_32U4** such as ** AVR_MAKEYMAKEY, AVR_PROMICRO, etc.**
1192
1192
11 . Add support to ** Generic or Sparkfun AVR ATmega_328(P)** such as ** ARDUINO_REDBOT, ARDUINO_AVR_DIGITAL_SANDBOX, etc.**
1193
1193
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** .
1194
1195
1195
1196
---
1196
1197
---
You can’t perform that action at this time.
0 commit comments