Skip to content

code error #1

@joep

Description

@joep

Hi there,

Just got a picopd pro and started using your code. Stumbled across an issue when trying to turn the output mosfets on and off. In your code, this definition is in error:

_voutctl = RWBits(2, 0x06, 1)

Should be

_voutctl = RWBits(2, 0x06, 0)

or at least that is what worked for me.

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions