From: Guy McSwain Date: Thu, 2 Jan 2020 02:48:41 +0000 (-0600) Subject: Create SUPPORT.md (#2) X-Git-Tag: archive/raspbian/1.78-1+rpi1^2~4^2~15^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb0ffc20e7759403ace4c54c282e5116571c0c7f;p=pigpio.git Create SUPPORT.md (#2) --- diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..c9a5eda --- /dev/null +++ b/SUPPORT.md @@ -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.