Moderators: adafruit_support_bill, adafruit
def __init__(self, address=0x40, debug=False):
self.i2c = Adafruit_I2C(address)
self.address = address
self.debug = debug
if (self.debug):
print "Reseting PCA9685"
self.i2c.write8(self.__MODE1, 0x00)
Return to Adafruit Raspberry Pi® accessories
Users browsing this forum: No registered users and 3 guests