class ArduinoFirmata::Params

Public Class Methods

default() click to toggle source
# File lib/arduino_firmata/const.rb, line 4
def self.default
  {
    :bps => 57600,
    :bit => 8,
    :parity => 0,
    :stopbit => 1,
    :nonblock_io => false,
    :eventmachine => false
  }
end