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:
20
docs/lradc.md
Normal file
20
docs/lradc.md
Normal file
@ -0,0 +1,20 @@
|
||||
## CHIP_IO.LRADC
|
||||
Import the LRADC module as follows
|
||||
|
||||
```python
|
||||
import CHIP_IO.LRADC as LRADC
|
||||
```
|
||||
|
||||
### toggle_debug()
|
||||
Enable/Disable the Debug
|
||||
|
||||
* Parameters
|
||||
None
|
||||
|
||||
* Examples
|
||||
|
||||
```python
|
||||
LRADC.toggle_debug()
|
||||
```
|
||||
|
||||
[home](./index.md)
|
Reference in New Issue
Block a user