Class: ArduinoFirmata::Params
- Inherits:
-
Object
- Object
- ArduinoFirmata::Params
- Defined in:
- lib/arduino_firmata/const.rb
Class Method Summary collapse
Class Method Details
.default ⇒ Object
4 5 6 7 8 9 10 11 12 13 |
# 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 |