You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eeprom/i2c/I2C.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ Arguments:
132
132
is `2**block_size` so is 512 bytes by default.
133
133
5.`addr` override base address for first chip
134
134
6.`max_chips_count` override max_chips_count
135
+
7.`page_size=7` The binary logarithm of the page size of the EEPROMs, i.e., the page size in bytes is `2 ** page_size`. The page size may vary between chips from different manufacturers even for the same storage size. Note that specifying a too large value will most likely lead to data corruption in write operations. Look up the correct value for your setup in the chip's datasheet.
135
136
136
137
With `addr` and `max_chips_count` override, it's possible to make multiple
0 commit comments