Skip to content

Team library built on top of wpilib for reusable code

License

Notifications You must be signed in to change notification settings

databits3883/databitslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

databitslib

Library for FRC project development, created by FRC 3883, the Data Bits. Built with wpilib.

Include in a project

To include databitslib in a gradle project, first add jitpack as a repository in your build.gradle. Make sure jitpack is the last repository in your list:

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

Then add databitslib as a dependency:

dependencies {
    implementation 'com.github.databits3883:databitslib:0.2.0-alpha.1
}

About

Team library built on top of wpilib for reusable code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages