Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1022 Bytes

File metadata and controls

26 lines (16 loc) · 1022 Bytes

Code library created by and used within FRC 1477, Texas Torque.

Documentation

TorqueLib documentation can be found at www.torquelib.com.

Theses JavaDocs are generated and hosted from TorqueLibJavaDoc

Add to project

Well the easiest way is to make your new project using TorqueTemplate.

But if you so insist, you can add it to an existing project using:

git submodule add https://github.com/TexasTorque/TorqueLib src/main/java/org/texastorque/torquelib

Authors