Skip to content

Instantly share code, notes, and snippets.

View aj-foster's full-sized avatar

AJ Foster aj-foster

View GitHub Profile
@aj-foster
aj-foster / RI1WTankDrive.java
Created September 13, 2015 01:35
Sample TankDrive code for Robot in 1 Weekend 2015
/* Robot in 1 Weekend
* September 12-13, 2015
*
* The following is a sample of code used during the Robot in 1 Weekend event (see the Ri3d channel
* on YouTube: https://www.youtube.com/channel/UCgtwgUTTxuldvAGW1u8SDSA). It was written by
* Christina Grajales (formerly Univ. of Auburn and team 1902) and AJ Foster (UCF and formerly
* team 2425).
*
* Use of this code requires the Android Studio software and various packages. Please see the
* documentation in the FTC App repository (https://github.com/ftctechnh/ftc_app). The following

MouseFollow Demo

Configuration

  • In terminal, run elm package install elm-lang/mouse
  • Also run elm package install elm-lang/keyboard

Setup

  • Rename the module MouseFollow