Skip to the content.

RoboWled Documentation

A WPILib-compatible library for controlling WLED LED strips on FRC robots via serial or network connections.

API Reference

Guides

Maven Repository

The Maven artifacts are available at /releases/.

Add to your build.gradle:

repositories {
    maven { url 'https://team9567.github.io/RoboWled/releases/' }
}

dependencies {
    implementation 'com.github.team9567:robowled:VERSION'
}