1
0
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:
Robert Wolterman
2017-07-04 12:05:03 -05:00
parent 5aef829dd1
commit c9b0ae4229
7 changed files with 129 additions and 116 deletions

20
docs/gpio.md Normal file
View File

@ -0,0 +1,20 @@
## CHIP_IO.GPIO
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()
```
[home](./index.md)