Sha256: b1c2075f3ec32c7cef160c9407dcdabf2b9449255c60294b5fafbe1ce802530f

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 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/pcf8574'
require 'ffi/wiring_pi/lcd'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-wiring_pi-1.0.3 lib/ffi/wiring_pi.rb
ffi-wiring_pi-1.0.2 lib/ffi/wiring_pi.rb