User Tools

Site Tools

한국어

logicpython:cubloc_api:pwmoff

This is an old revision of the document!


PwmOff

Stop PWM output on the specified channel.

Syntax

from cubloc import PwmOff
 
PwmOff(channel: int)

Parameters

  • channel: PWM channel number. This hardware supports channels 0 through 9.

Exceptions

Example

from cubloc import PwmOff
 
# Example usage
PwmOff(0)
logicpython/cubloc_api/pwmoff.1775789991.txt.gz · Last modified: by mfranklin