Skip to content

edinaftc/Ninevolt

Repository files navigation

Ninevolt

Download Build Status: 1.0-alpha

Ninevolt is an FTC utilities library that adds a layer on top of the FTC SDK to make it easier to program your robot by having reusable classes for common season-indepent code.

Looking for the FTC SDK README?

Installing

Ninevolt can be added super easily to your existing FTC project:

TeamCode/build.gradle:

dependencies {
    compile (group: 'com.edinaftc.ftc', name: 'NinevoltLib', version: '0.1.0', ext: 'aar')
}

Usage

Simply import any of Ninevolt's classes and start using it! Samples of code for different drivetrains are available in the drivetrain folder.