Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos authored Nov 7, 2019
1 parent 2ae6bb6 commit 136fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The variable EEPROM_CONFIGURATION_START_BYTE can be edited to generate the desir

Export the hex file of the application (the one you want to transfer to the I2C memory) to binary before continuing:

`avr-objcopy.exe -I ihex application.hex -O binary application.bin`
`avr-objcopy -I ihex application.hex -O binary application.bin`

## Send it!

Expand Down

0 comments on commit 136fe31

Please sign in to comment.