From ed76c3e83a098a3365efceb39e3821dcff6240f1 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Fri, 23 Jun 2017 11:12:34 -0700 Subject: [PATCH] update --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index f00fc52..312d00b 100644 --- a/readme.md +++ b/readme.md @@ -12,3 +12,5 @@ The pigipio C library is specifically coded for the Raspberry Pi but might be ad assuming they would be pigio C, compatiable. You must have pigpio C library installed first. When a gpio pin so set up is tripped this class emits a "fired" message. If you pass a handler function it will be called when the "fired" message is emitted or you can set up your own "fired" listener to do as you please. + +You'll need to refer to https://github.com/fivdi/pigpio to make sure you have the pigpio C library set up.