class NXT::Connector::Input::Touch

Implements the “touch” sensor for the NXT 2.0 module.

Public Class Methods

new(port) click to toggle source
# File lib/nxt/connector/input/touch.rb, line 8
def initialize(port)
  @port = port
end