lib/plc/raspberrypi/raspberrypi_plc.rb in ladder_drive-0.5.0 vs lib/plc/raspberrypi/raspberrypi_plc.rb in ladder_drive-0.5.1
- old
+ new
@@ -51,10 +51,10 @@
end
@available_pi_piper = true
rescue NoMethodError
puts "WARN: defention of io is missing!"
rescue LoadError
- puts "WARN: pi_piper is not available this system!"
+ puts "WARN: pi_piper is not available in this system!"
end
def sync_input
if @available_pi_piper
@io_dict[:inputs].each do |device, pin|