This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| logicpython:cubloc_api:pwmoff [2026/04/10 02:59] – [Related APIs] mfranklin | logicpython:cubloc_api:pwmoff [2026/05/15 05:31] (current) – [Related APIs] mfranklin | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| <code python> | <code python> | ||
| - | from cubloc import | + | from cubloc import |
| - | PwmOff(channel: int) | + | PWMOff(channel: int) |
| </ | </ | ||
| ===== Parameters ===== | ===== Parameters ===== | ||
| - | * **channel**: PWM '' | + | * **pin**: GPIO pin number |
| ===== Exceptions ===== | ===== Exceptions ===== | ||
| Line 23: | Line 23: | ||
| <code python> | <code python> | ||
| - | from cubloc import | + | from cubloc import |
| # Example usage | # Example usage | ||
| - | PwmOff(0) | + | PWMOff(0) |
| </ | </ | ||
| ===== Related APIs ===== | ===== Related APIs ===== | ||
| - | | + | * [[logicpython: |
| - | | + | |