From 990d64cca49f30c599294c6c2b1c5c5e77d639e9 Mon Sep 17 00:00:00 2001 From: Michal Moravec Date: Mon, 20 May 2024 14:21:27 +0200 Subject: [PATCH] Fixed link to page size section --- eeprom/i2c/I2C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeprom/i2c/I2C.md b/eeprom/i2c/I2C.md index 5a42fce..af44894 100644 --- a/eeprom/i2c/I2C.md +++ b/eeprom/i2c/I2C.md @@ -166,7 +166,7 @@ Arguments: 7. `page_size=None` EEPROM chips have a page buffer. By default the driver determines the size of this automatically. It is possible to override this by passing an integer being the page size in bytes: 16, 32, 64, 128 or 256. See - [4.1.5 Page size](./I2C.md#414-page-size) for issues surrounding this. + [4.1.5 Page size](./I2C.md#415-page-size) for issues surrounding this. In most cases only the first two arguments are used, with an array being instantiated with (for example):