1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-07 11:39:41 +00:00

Updated The fuses (markdown)

kalymos
2025-11-05 00:20:20 +01:00
parent 5a103ef531
commit 4fdcb64bee

@@ -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/)