FRC robot for FIRST STEAMworks 2017
- Clone the repository
- Run
gradlew eclipsefor Eclipse, orgradlew ideafor IntelliJ (Linux/Mac users should use./gradlewinstead ofgradlew.) - Edit the
build.gradlefile to reflect your desired configuration (e.g. changing the team number)
To build this module, simply run gradlew build.
To deploy this module to your Robot, simply run gradlew deploy.
If you haven't already, you can deploy Toast to your Robot by running gradlew toastDeploy.