docs: Add note about pigpiod and LED strip

This commit is contained in:
sfalexrog
2019-08-06 10:39:14 +03:00
parent 95784b11be
commit 17dbc5b4fb
3 changed files with 8 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ To enable automatic launch of the daemon, run:
sudo systemctl enable pigpiod.service
```
> **Note** `pigpiod` may interfere with [LED strip](leds.md) if configured improperly. Make sure that the strip is connected to GPIO21 and that `pigpiod` is launched with the `-t 0` flag.
Example of working with the library:
```python