def readList(self, register, length): """Introduced to match the readList implementation of the Adafruit I2C _device member""" return self.i2c.readfrom_mem(self.address, register, length)