Skip to content

Instantly share code, notes, and snippets.

@brenapp
Created February 21, 2017 20:36
Show Gist options
  • Save brenapp/2544655b0c35c41dfbbe05436fdd34b5 to your computer and use it in GitHub Desktop.
Save brenapp/2544655b0c35c41dfbbe05436fdd34b5 to your computer and use it in GitHub Desktop.
task autonomous() {
int sensor = getRotationalSensor();
while (sensor > 15) {
driveForward();
sensor = getRotationalSensor();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment