Skip to content

A FRC library aiming to simplify vendor libraries and provide an API for interacting with them for minimal effort.

License

Notifications You must be signed in to change notification settings

frc5183/librobot

Repository files navigation

librobot

A FRC robotics library aiming to simply vendor libraries and provide a simple API for interacting all of them with minimal effort.

Installation

Add the following to your build.gradle file:

repositories {
    maven {
        url 'https://jitpack.io'
    }
}

dependencies {
    implementation 'com.github.frc5183:librobot:VERSION'
}

Versioning

This project uses Semantic Versioning prefixed by the year of the FRC season.

For example, the 2020 version of the library would be 2020-1.0.0

About

A FRC library aiming to simplify vendor libraries and provide an API for interacting with them for minimal effort.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages