1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-19 12:23:22 +00:00

finishing servo api docs

This commit is contained in:
Robert Wolterman
2017-08-07 21:23:11 -05:00
parent aa76edb7b3
commit 5b016887fe

View File

@ -18,4 +18,21 @@ Enable/Disable the Debug
SERVO.toggle_debug()
```
### is_chip_pro()
Function to report to the calling script if the SBC is a CHIP or a CHIP Pro
* Parameters
None
* Returns
int - 1 for CHIP Pro, 0 for CHIP
* Examples
```python
is_chip_pro = UT.is_chip_pro()
```
[home](./index.md)