Skip to content

Commit

Permalink
Faster upload
Browse files Browse the repository at this point in the history
EEPROM has 500 page. One byte and one page write is same speed (5ms).
Therefore to be able to fast, all necessary pages are calculated and arrays are made.
Array is 104x130. First index is page.
Second array is page content. First two byte is ID of page. Rest 128 byte is content.
First byte of page ID is LSB, second is MSB.
  • Loading branch information
berjk committed Aug 29, 2019
1 parent f2ab379 commit 00b6793
Showing 1 changed file with 150 additions and 267 deletions.
Loading

0 comments on commit 00b6793

Please sign in to comment.