Sha256: d8893f9ae3e61b2fc33b02f3b95cb6d4bb7424615f2c2dc89c38bd1cccd0d7dd
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
#frozen_string_literal: true #frozen_string_literal: true require 'ffi' module FFI module WiringPi extend FFI::Library end end require 'ffi/wiring_pi/gpio' require 'ffi/wiring_pi/soft_pwm' require 'ffi/wiring_pi/soft_tone' require 'ffi/wiring_pi/pcf8591' require 'ffi/wiring_pi/lcd'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-wiring_pi-1.0.1 | lib/ffi/wiring_pi.rb |
ffi-wiring_pi-1.0.0 | lib/ffi/wiring_pi.rb |