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

Commit 3101b8a

Browse files
authored
Releases v1.3.0
### Releases v1.3.0 1. Add support to **AVR ATMEGA_16U4, ATMEGA_32U4** such as **Leonardo, YUN, ESPLORA, etc.** 2. Update examples
1 parent 837388e commit 3101b8a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,12 @@ Timer 3,4,5 are only available on Arduino Mega boards. These timers are all 16-b
259259

260260
Before using any Timer, you have to make sure the **Timer has not been used by any other purpose.**
261261

262-
Only Timer1 is supported for Nano, UNO, etc. boards possessing 3 timers.
263262

264-
Only Timer1 and Timer2 are supported for ATMEGA_16U4, ATMEGA_32U4 boards, such as Leonardo, YUN, ESPLORA, etc.
263+
#### Only Timer1 is supported for ATMEGA_16U4, ATMEGA_32U4 boards, such as Leonardo, YUN, ESPLORA, etc.
265264

266-
Timer3, Timer4 and Timer5 are only available for Arduino Mega boards.
265+
#### Only Timer1 and Timer2 are supported for Nano, UNO, etc. boards possessing 3 timers.
266+
267+
#### Timer3, Timer4 and Timer5 are only available for Arduino Mega boards.
267268

268269
---
269270
---

0 commit comments

Comments
 (0)