Search found 1 match

by sheltyle
Sun Feb 28, 2021 6:21 pm
Forum: Drivers for External Components
Topic: Drivers for EEPROM, FRAM and Flash chips
Replies: 15
Views: 77398

Re: Drivers for EEPROM, FRAM and Flash chips

I am trying to use this library in a project using pycom boards. Line 71 of 'fram_i2c.py' uses the I2C fucntion 'writevto', which is unavailable for use with the pycom version of micropython: self._i2c.writevto(self._i2c_addr, (self._addrbuf, buf[start: start + npage])) Does anyone know a workaround...