Method: Plc::Raspberrypi::RaspberrypiPlc#initialize

Defined in:
lib/plc/raspberrypi/raspberrypi_plc.rb

#initialize(config = {}) ⇒ RaspberrypiPlc

Returns a new instance of RaspberrypiPlc.



36
37
38
39
# File 'lib/plc/raspberrypi/raspberrypi_plc.rb', line 36

def initialize config={}
  super
  setup_io
end