1
0
mirror of https://github.com/kalymos/PsNee.git synced 2026-03-02 18:04:31 +00:00

Updated Home (markdown)

kalymos
2025-11-05 00:19:51 +01:00
parent 24a43ff362
commit 5a103ef531

11
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.