pi-top-Python-SDK
pi-top-Python-SDK copied to clipboard
Pulse: Add support for manually enabling/disabling/configuring
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 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?