micropython_eeprom/eeprom
Leon Stankowski a0daf69db9
Update eeprom_i2c.py
_getaddr(self, addr, nbytes) was assuming a block size of 128 bytes.
Corrected to use the self._nbits, the block size passed in when the eeprom object was initialized.
2023-05-11 04:42:19 -04:00
..
i2c Update eeprom_i2c.py 2023-05-11 04:42:19 -04:00
spi Run black over all Python files. 2022-09-22 10:04:29 +01:00