mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
22 lines
246 B
Markdown
22 lines
246 B
Markdown
## CHIP_IO.SERVO
|
|
Import the SERVO module as follows
|
|
|
|
```python
|
|
import CHIP_IO.SERVO as SERVO
|
|
```
|
|
|
|
### toggle_debug()
|
|
Enable/Disable the Debug
|
|
|
|
* Parameters
|
|
|
|
None
|
|
|
|
* Examples
|
|
|
|
```python
|
|
SERVO.toggle_debug()
|
|
```
|
|
|
|
[home](./index.md)
|