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.
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.