Registry / other / pi-piper

pi-piper

JSON →
library2.0.0rbrubygemsunverified

Event driven Raspberry Pi GPIO library.

gem install pi_piper
INSTALL
IMPORT
SIG · PI-PIPER
P
pi-piper
otherrubyv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PiPiper
require 'pi_piper'

Turn on GPIO pin 17 on a Raspberry Pi

require 'pi_piper' include PiPiper pin = PiPiper::Pin.new(pin: 17, direction: :out) pin.on
Debug
Known issues
breakingRequires a Raspberry Pi with GPIO support; not for general Linux.
fix
Use on a Raspberry Pi or emulate with sysfs.
affects: >= 0.0.0
Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pi-piper — gem install pi-piper · libregistry