mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 18:27:55 +00:00
Update EEPROM.md
This commit is contained in:
parent
568a7e3cb9
commit
08bc248b09
@ -151,7 +151,7 @@ Example:
|
|||||||
`avrdude -c usbasp -p atmega328p -U eeprom:w:eeprom.hex:i`
|
`avrdude -c usbasp -p atmega328p -U eeprom:w:eeprom.hex:i`
|
||||||
|
|
||||||
### Erasing the Atmega328p EEPROM
|
### Erasing the Atmega328p EEPROM
|
||||||
It's not possible to simply erase the EEPROM so instead we write a file which overwrites all of the content with `0xFF`. Download the 'erase.hex' file [here](erase.hex).
|
It's not possible to simply erase the EEPROM so instead we write a file which overwrites all of the content with `0xFF`. Download the 'erase.hex' file [here](https://raw.githubusercontent.com/pascallanger/DIY-Multiprotocol-TX-Module/master/docs/erase.hex).
|
||||||
|
|
||||||
The syntax of the 'erase' command is the same as the restore command.
|
The syntax of the 'erase' command is the same as the restore command.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user