From 721f35918f3cbe297452f139579b6c4d71269c7e Mon Sep 17 00:00:00 2001 From: Rinaldi Jandrinata <48564964+puppet13th@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:32:05 +0700 Subject: [PATCH] Update I2C.md --- eeprom/i2c/I2C.md | 1 + 1 file changed, 1 insertion(+) diff --git a/eeprom/i2c/I2C.md b/eeprom/i2c/I2C.md index 711ad83..9c3ad72 100644 --- a/eeprom/i2c/I2C.md +++ b/eeprom/i2c/I2C.md @@ -137,6 +137,7 @@ Arguments: configuration example: + array with custom chips count: ```python eeprom0 = EEPROM( i2c, max_chips_count=2 )