We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6456cad + 7214f52 commit 1723971Copy full SHA for 1723971
adafruit_24lc32.py
@@ -223,7 +223,7 @@ class EEPROM_I2C(EEPROM):
223
Default is ``False``.
224
:param wp_pin: (Optional) Physical pin connected to the ``WP`` breakout pin.
225
Must be a ``DigitalInOut`` object.
226
- :param max_int: (Optional) Maximum # bytes stored in the EEPROM.
+ :param int max_size: (Optional) Maximum # bytes stored in the EEPROM.
227
Default is ``_MAX_SIZE_I2C``
228
"""
229
0 commit comments