From 5a103ef531e6bbbe407de85522c1978c99d6b6b6 Mon Sep 17 00:00:00 2001 From: kalymos Date: Wed, 5 Nov 2025 00:19:51 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 50da366..8811827 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ |:-: |:-: | | ATmega328/168 | Uno/Mini/Mini Pro | | ATmega32u4 | Leonardo/Micro/Micro Pro | -| ATtiny25/45/85* | | +| ATtiny25/45/85* | | *Not compatible with the BIOS patch @@ -11,10 +11,11 @@ • Choosing your compilation options. • Compilation. • Configure fuses. -| MCU family | High | Low | Extended | -|--------|------|-----|----------| -| ATmega | DF | EE | FD | -| ATtiny | DF | E2 | FF | +| MCU family | High | Low | Extended | +|---------------------|------|-----|----------| +| ATmega 328/168/32u4 | DF | EE | FD | +| ATmega328PB | DF | EE | F5 | +| ATtiny | DF | E2 | FF | • Injecting the code into the target. • Soldering the modchip according to the diagrams.