pi-top-Python-SDK icon indicating copy to clipboard operation
pi-top-Python-SDK copied to clipboard

Pulse: Add support for manually enabling/disabling/configuring

Open m-roberts opened this issue 4 years ago • 1 comments

This is no longer valid in the SDK, and has moved to the device manager:

from pitopcommon.sys_config import (
    I2S,
    UART,
    HDMI
)

so we need to make this functionality available to the SDK via ZMQ.

m-roberts avatar Nov 25 '20 16:11 m-roberts

@m-roberts is this really necessary? I don't think we should provide means to enable/disable the pulse from the SDK, since that's the device manager's job now...

we could however try to reorganize the pulse module into a class?

jcapona avatar Mar 29 '21 12:03 jcapona