master
David Kebler 2017-06-23 11:12:34 -07:00
parent 8303cc3cc8
commit ed76c3e83a
1 changed files with 2 additions and 0 deletions

View File

@ -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.