Closed
Description
There isn't a way to control the MODE2 register. The fix is pretty easy.
WAS
# Registers:
mode1_reg = UnaryStruct(0x00, "<B")
IS
# Registers:
mode1_reg = UnaryStruct(0x00, "<B")
mode2_reg = UnaryStruct(0x01, "<B")
See: https://forums.adafruit.com/viewtopic.php?f=19&t=160780&p=790983&hilit=PCA9685+MODE2#p790983
Metadata
Metadata
Assignees
Labels
No labels