configure

fun configure(block: LimeModule.Config.() -> Unit)

Configures the Limelight using a DSL-style configuration block.

limelight.configure {
ledMode = LimeModule.LEDMode.OFF
camMode = LimeModule.CamMode.VISION
pipeline = 0
}

Parameters

block

Configuration block to apply settings.