Table of Contents

PwmOff

Stop PWM output on the specified channel.

Syntax

from cubloc import PwmOff
 
PwmOff(channel: int)

Parameters

Exceptions

Example

from cubloc import PwmOff
 
# Example usage
PwmOff(0)