Stop PWM output on the specified channel.
from cubloc import PwmOff PwmOff(channel: int)
channel number. This hardware supports channels 0 through 9.channel is not an integer.channel is out of range.from cubloc import PwmOff # Example usage PwmOff(0)