Skip to content

Commit cfd709c

Browse files
authored
Add empty line before list of items because mkdocs markdown is weird
1 parent ad35f7c commit cfd709c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/technical-reference/eeprom.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This document is a work in progress. More details will be added as they become a
66
If you want your eeprom-equipped hexpansion to do something automatically, you need to write some data to the eeprom. The data consists of a header which contains hexpansion metadata and a littlefs file system which contains your application and data. The minimal application consists of a file called `app.py` that contains your code.
77

88
We will look for eeproms on the following i2c addresses:
9+
910
- 0x57
1011
- 0x50
1112

0 commit comments

Comments
 (0)