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