From 4fdcb64bee717f20abcb8917e01248780a80dad9 Mon Sep 17 00:00:00 2001 From: kalymos Date: Wed, 5 Nov 2025 00:20:20 +0100 Subject: [PATCH] Updated The fuses (markdown) --- The-fuses.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/The-fuses.md b/The-fuses.md index 1946d65..4b92215 100644 --- a/The-fuses.md +++ b/The-fuses.md @@ -19,9 +19,10 @@ And once the Arduino iDE restarts you will be able to access it from. Tools -> B For the record, I am giving you here the correct fuse configurations. -| 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 | If you want to learn more about fuses, go see the [Fuse Calculator](https://www.engbedded.com/fusecalc/) \ No newline at end of file