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)