Skip to content
/ TeaLib Public

An android library designed for FTC that helps structure hardware code more efficiently.

License

Notifications You must be signed in to change notification settings

Tea505/TeaLib

Repository files navigation

Getting Started

To get started with TeaLib for your robotics projects, simply install the library and explore the clear documentation provided. With its user-friendly interface and robust functionality, TeaLib makes robotics programming easier, freeing up teams to focus on innovation and problem-solving.

Installation

To install the library, in build.dependencies.gradle add:

repositories { 
     jcenter()
     mavenCentral()
     maven { url "https://jitpack.io" }
}

Afterwards in your team code module's build.gradle add:

 dependencies {
     implementation 'com.github.Tea505:TeaLib:Tag'
 }

Replacing TAG with the latest release or tag. Below is the latest Tag released.

Documentation 💭✍

TeaLib is a Java library written for FTC robotics competition. It is designed for both autonomous and tele operated robotic functions. More information coming soon!!!

About

An android library designed for FTC that helps structure hardware code more efficiently.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages