18 lines
443 B
Markdown
18 lines
443 B
Markdown
EEPROM tool
|
|
===========
|
|
This can show and erase EEPROM content and would be useful when you have a trouble with EEPROM.
|
|
|
|
|
|
Prebuilt firmware
|
|
-----------------
|
|
`eeprom_show` just shows content of EEPROM and `eeprom_wipe` overwrites all bytes of EEPROM with 0xFF.
|
|
|
|
You can see the contents using `hid_listen`.
|
|
|
|
#### For ATmega32u2:
|
|
- eeprom_show_32u2.hex
|
|
- eeprom_wipe_32u2.hex
|
|
|
|
#### For ATmega32u4:
|
|
- eeprom_show_32u4.hex
|
|
- eeprom_wipe_32u4.hex
|