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

Commit

Permalink
v1.0.0 for ATmega using MightyCore
Browse files Browse the repository at this point in the history
### Releases v1.0.0

1. Initial coding for AVR **ATmega164(A/P), ATmega324(A/P/PA/PB), ATmega644(A/P), ATmega1284(P)** using [MightyCore](https://github.com/MCUdude/MightyCore)
  • Loading branch information
khoih-prog committed Aug 23, 2022
1 parent 10498e8 commit 513bea7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,11 @@ In the Arduino world, the **tone() function uses Timer2**.

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

**Timer1 and Timer2 are supported for ATmega164(A/P), ATmega324(A/P/PA), ATmega644(A/P)**
**Timer1, Timer2 and Timer3 are supported for ATmega1284(P)**
**Timer1, Timer2, Timer3 and Timer4 are supported for ATmega324PB, which is not yet supported by MightyCore v2.1.3**
- **Timer1 and Timer2 are supported for ATmega164(A/P), ATmega324(A/P/PA), ATmega644(A/P)**

- **Timer1, Timer2 and Timer3 are supported for ATmega1284(P)**

- **Timer1, Timer2, Timer3 and Timer4 are supported for ATmega324PB, which is not yet supported by MightyCore v2.1.3**


---
Expand Down

0 comments on commit 513bea7

Please sign in to comment.