1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

finalizing servo, softpwm, and pwm api docs, cleanup of code comments for #73

This commit is contained in:
Robert Wolterman
2017-08-07 22:02:16 -05:00
parent e038fc9c89
commit 1e3935c8ea
5 changed files with 268 additions and 6 deletions

View File

@ -32,7 +32,7 @@ Function to report to the calling script if the SBC is a CHIP or a CHIP Pro
* Examples
```python
is_chip_pro = UT.is_chip_pro()
is_chip_pro = SERVO.is_chip_pro()
```
### start(channel, angle=0.0, range=180.0)