Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 697 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 697 Bytes

FRC 2022 Robot Code

Team 3256's 2022 FRC robot code.

Usage

To build, run

$ ./gradlew build

To deploy to a connected roboRIO, run

$ ./gradlew deploy

To see other Gradle tasks, run

$ ./gradlew tasks

Documentation

Docs can be found here.

Contributing

Contribution docs can be found here

Credits

  • Team 1678 for their amazing README LEDSectionName on contributing code with Git, which can be found here.
  • Team 254 for their Installing and Usage README LEDSectionName, which can be found here.