From 0b08e08b74cf9456d58c906181bb222d5e9de120 Mon Sep 17 00:00:00 2001 From: Rinaldi Jandrinata <48564964+puppet13th@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:54:02 +0700 Subject: [PATCH] Update I2C.md update constructor --- eeprom/i2c/I2C.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeprom/i2c/I2C.md b/eeprom/i2c/I2C.md index 96d4133..87d92eb 100644 --- a/eeprom/i2c/I2C.md +++ b/eeprom/i2c/I2C.md @@ -130,6 +130,8 @@ Arguments: devices it has detected. 4. `block_size=9` The block size reported to the filesystem. The size in bytes is `2**block_size` so is 512 bytes by default. + 5. `addr` override base address for first chip + 6. 'max_chips_count` override max_chips_count ### 4.1.2 Methods providing byte level access