class PiDriver::Device::MCP23017::Intcap

Public Class Methods

new(options) click to toggle source
# File lib/pi_driver/device/mcp23017/register/intcap.rb, line 5
def initialize(options)
  options[:register] = :intcap
  super(options)
end