Skip to content

Commit 990d64c

Browse files
authored
Fixed link to page size section
1 parent ff62510 commit 990d64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eeprom/i2c/I2C.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Arguments:
166166
7. `page_size=None` EEPROM chips have a page buffer. By default the driver
167167
determines the size of this automatically. It is possible to override this by
168168
passing an integer being the page size in bytes: 16, 32, 64, 128 or 256. See
169-
[4.1.5 Page size](./I2C.md#414-page-size) for issues surrounding this.
169+
[4.1.5 Page size](./I2C.md#415-page-size) for issues surrounding this.
170170

171171
In most cases only the first two arguments are used, with an array being
172172
instantiated with (for example):

0 commit comments

Comments
 (0)