User Tools

Site Tools

한국어

logicpython:cubloc_api:pwmoff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
logicpython:cubloc_api:pwmoff [2026/04/13 02:20] – [Related APIs] mfranklinlogicpython:cubloc_api:pwmoff [2026/05/15 05:31] (current) – [Related APIs] mfranklin
Line 6: Line 6:
  
 <code python> <code python>
-from cubloc import PwmOff+from cubloc import PWMOff
  
-PwmOff(channel: int)+PWMOff(channel: int)
 </code> </code>
  
 ===== Parameters ===== ===== Parameters =====
  
-  * **channel**: PWM ''channel'' number. This hardware supports channels 0 through 9.+  * **pin**: GPIO pin number
  
 ===== Exceptions ===== ===== Exceptions =====
Line 23: Line 23:
  
 <code python> <code python>
-from cubloc import PwmOff+from cubloc import PWMOff
  
 # Example usage # Example usage
-PwmOff(0)+PWMOff(0)
 </code> </code>
  
 ===== Related APIs ===== ===== Related APIs =====
  
-  * [[logicpython:cubloc_api:pwm|Pwm]]+  * [[logicpython:cubloc_api:pwm|PWM]]
  
logicpython/cubloc_api/pwmoff.1776046811.txt.gz · Last modified: by mfranklin