mirror of
https://github.com/xtacocorex/CHIP_IO
synced 2025-07-20 04:43:21 +00:00
test commit of documentation formatting
This commit is contained in:
@ -1,5 +1,24 @@
|
|||||||
## CHIP_IO.GPIO
|
## 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.PWM
|
||||||
|
|
||||||
## CHIP_IO.SOFTPWM
|
## CHIP_IO.SOFTPWM
|
||||||
|
Reference in New Issue
Block a user