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

Commit

Permalink
Releases v1.3.0
Browse files Browse the repository at this point in the history
### Releases v1.3.0

1. Add support to **AVR ATMEGA_16U4, ATMEGA_32U4** such as **Leonardo, YUN, ESPLORA, etc.**
2. Update examples
  • Loading branch information
khoih-prog authored Feb 26, 2021
1 parent 837388e commit 3101b8a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,12 @@ Timer 3,4,5 are only available on Arduino Mega boards. These timers are all 16-b

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

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

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

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

#### Timer3, Timer4 and Timer5 are only available for Arduino Mega boards.

---
---
Expand Down

0 comments on commit 3101b8a

Please sign in to comment.