first re-commit.

This commit is contained in:
2025-08-05 22:33:23 +02:00
commit e1ff579d1a
295 changed files with 107130 additions and 0 deletions

8
pigpio-master/SUPPORT.md Normal file
View File

@@ -0,0 +1,8 @@
Questions about the pigpio library are welcome but we ask that you check these resources first:
* [pigpio library web page](http://abyz.me.uk/rpi/pigpio)
Noobs should start with the FAQ. All
APIs are documented extensively.
* Search the repository issues with a 'question' label
For example, to search for information on PWM type in search box:
`label:question pwm`
* Check the repository's Wiki - WIP, help wanted.