NextRGBIndicator

constructor(module: NextLynxModule, port: Int, cacheTolerance: Double = 0.01)

Parameters

port

The servo port (in the range 0, 5)

cacheTolerance

Tolerance used by the Caching delegate for position updates; defaults to 0.01.


constructor(name: String, cacheTolerance: Double = 0.01)

Parameters

name

The name of the servo in the hardware map.

cacheTolerance

Tolerance used by the Caching delegate for position updates; defaults to 0.01.