Skip to content

No control of MODE2 register #38

Closed
@User8230

Description

@User8230

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions