Create SUPPORT.md (#2)
authorGuy McSwain <guy.mcswain@gmail.com>
Thu, 2 Jan 2020 02:48:41 +0000 (20:48 -0600)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2020 02:48:41 +0000 (20:48 -0600)
SUPPORT.md [new file with mode: 0644]

diff --git a/SUPPORT.md b/SUPPORT.md
new file mode 100644 (file)
index 0000000..c9a5eda
--- /dev/null
@@ -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.