(Lime Logo)

Description

Lime is a Kotlin/Java library that allows for ease of programming for the Limelight Vision camera for FIRST Robotics Competition.

Usage

Step 1, add the JitPack repository to your gradle build file.

repositories {
	maven { url = uri("https://jitpack.io") }
}

Step 2, add the dependency to your gradle build file.

dependencies {
	implementation("com.github.zagdrath:lime:main-SNAPSHOT")
}

Licensing

Copyright © 2022 Cody L. Wellman. All rights reserved. This work is licensed under the terms of the MIT license which can be found in the root directory of this project.

GitHub

View Github