-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels