1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00
Files
CHIP_IO/docs/pwm.md
2017-07-04 15:10:35 -05:00

24 lines
238 B
Markdown

## CHIP_IO.PWM
Import the PWM module as follows
```python
import CHIP_IO.PWM as PWM
```
### toggle_debug()
Enable/Disable the Debug
* Parameters
None
* Examples
```python
PWM.toggle_debug()
```
[home](./index.md)