Package org.edu_nation.easy_ftc.sensor


package org.edu_nation.easy_ftc.sensor
  • Class
    Description
    Implements a color sensor by extending the functionality of Sensor
    Construct a Color sensor object using the builder design pattern
    RGB values that can be returned by Color.state()
    Implements a distance sensor by extending the functionality of Sensor
    Construct a Distance sensor object using the builder design pattern
    Implements a touch sensor by extending the functionality of Sensor
    Construct a Touch sensor object using the builder design pattern