class NXT::Connector::Input::Color
Implements the “color” sensor for the NXT
2.0 module.
Public Class Methods
new(port)
click to toggle source
# File lib/nxt/connector/input/color.rb, line 8 def initialize(port) @port = port end