micropython_eeprom/eeprom/i2c
Abel Deuring 6399f9f6d3
- "Meaning" of the new EEPROM constructor parameter `page_size` changed from
the size itself to the binary logarithm of the size.
- Default value of this parameter changed from None to 7, to match the
  behaviour of the constructor in its previous form, as discussed in the PR.
- Dictionary _PAGE_SIZES removed.
- Documentation updated.
2024-01-06 16:07:04 +01:00
..
I2C.md - "Meaning" of the new EEPROM constructor parameter `page_size` changed from 2024-01-06 16:07:04 +01:00
eep_i2c.py Add support for I2C EEPROMs with page sizes other than 128 in eeprom_i2c.py. 2024-01-03 17:24:41 +01:00
eeprom_i2c.py - "Meaning" of the new EEPROM constructor parameter `page_size` changed from 2024-01-06 16:07:04 +01:00
wemos_i2c_eeprom.py