From 0db5d5329b017c854d810bd569f9be4614c7cf5d Mon Sep 17 00:00:00 2001 From: kalymos Date: Tue, 4 Nov 2025 23:20:54 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index dc9ca23..50da366 100644 --- a/Home.md +++ b/Home.md @@ -11,8 +11,10 @@ • Choosing your compilation options. • Compilation. • Configure fuses. - ◦ ATmega, H: DF, L: EE, E: FD - ◦ ATtiny, H: DF, L: E2, E: FF +| MCU family | High | Low | Extended | +|--------|------|-----|----------| +| ATmega | DF | EE | FD | +| ATtiny | DF | E2 | FF | • Injecting the code into the target. • Soldering the modchip according to the diagrams.