mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
moving the docs to separate files as it will be easier to maintain
This commit is contained in:
22
docs/pwm.md
Normal file
22
docs/pwm.md
Normal file
@ -0,0 +1,22 @@
|
||||
## 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)
|
Reference in New Issue
Block a user