Stop PWM output on the specified channel.
channel
from cubloc import PWMOff PWMOff(channel: int)
from cubloc import PWMOff # Example usage PWMOff(0)