Module: FB

Defined in:
lib/default_serial_port.rb,
lib/gcode.rb,
lib/arduino.rb,
lib/arduino/status.rb,
lib/arduino/event_machine.rb,
lib/arduino/incoming_handler.rb,
lib/arduino/outgoing_handler.rb

Overview

This object creates a Serial IO Object with sane defaults, since most FarmBot setups follow the same serial configuration setup. You can build your own SerialPort object also, if that’s what you need. DefaultSerialPort is just a suggestion, rather than the only option. Any serial connection will work.

Defined Under Namespace

Classes: Arduino, ArduinoEventMachine, DefaultSerialPort, Gcode, IncomingHandler, OutgoingHandler, Status