Open cavit99 opened 1 year ago
init method has hardcoded the CHIP_ADDRESS to 108. This seems contradictory. Change self.CHIP_ADDRESS = 108 to self.CHIP_ADDRESS = I2CAddress.
init method has hardcoded the CHIP_ADDRESS to 108. This seems contradictory. Change self.CHIP_ADDRESS = 108 to self.CHIP_ADDRESS = I2CAddress.