1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 12:53:22 +00:00
Files
CHIP_IO/docs/index.md
2017-07-04 11:52:56 -05:00

31 lines
327 B
Markdown

## CHIP_IO.GPIO
### Importing
Import the GPIO module as follows
```python
import CHIP_IO.GPIO as GPIO
```
### toggle_debug()
Enable/Disable the Debug
* Parameters
None
* Examples
```python
GPIO.toggle_debug()
```
## CHIP_IO.PWM
## CHIP_IO.SOFTPWM
## CHIP_IO.SERVO
## CHIP_IO.LRADC
## CHIP_IO.Utilities