Skip to content

frc2879/ADIS16448ToastDemo

Repository files navigation

ADIS16448ToastDemo

This is a port of the ADIS16448 RoboRIO Example for Toast

To set up this module in your development environment, follow these steps:

  1. Clone the repository
  2. Run gradlew eclipse for eclipse, or gradlew idea for IntelliJ (linux/mac users should use ./gradlew instead of gradlew.)
  3. Edit the build.gradle file 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.