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

Commit 513bea7

Browse files
authored
v1.0.0 for ATmega using MightyCore
### 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)
1 parent 10498e8 commit 513bea7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,11 @@ In the Arduino world, the **tone() function uses Timer2**.
223223

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

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

230232

231233
---

0 commit comments

Comments
 (0)