Skip to content

Commit

Permalink
Use a consistent endianness for explanation of example
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 authored and kliment committed Jul 13, 2024
1 parent a6b49ac commit 45f5941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/hexpansions/eeprom.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ The filesystem should contain a file named `app.py` which contains MicroPython c

- Magic "THEX"
- Version "2024"
- Filesystem offset 64 bytes (0x4000)
- Filesystem page size 64 bytes (0x4000)
- Filesystem total size 64k (0x00000100)
- Filesystem offset 64 bytes (0x0040)
- Filesystem page size 64 bytes (0x0040)
- Filesystem total size 64k (0x00010000)
- VID 0xf055
- PID 0x0001
- Unique ID in use, value 0x0002
Expand Down

0 comments on commit 45f5941

Please sign in to comment.