module Smalrubot::TxRx

Public Class Methods

new(options={}) click to toggle source
# File lib/smalrubot/tx_rx.rb, line 6
def self.new(options={})
  self::Serial.new(options)
end