Skip to content

Instantly share code, notes, and snippets.

@erinzm
Created October 6, 2015 21:30
Show Gist options
  • Save erinzm/a5f8f841570d5dc53bbd to your computer and use it in GitHub Desktop.
Save erinzm/a5f8f841570d5dc53bbd to your computer and use it in GitHub Desktop.
FTC SDK Opmode startup cheatsheet

When INIT is pressed:

  • init() is called
  • init_loop() is called repeatedly

When play is pressed:

  • start() is called
  • loop() is called repeatedly

When stop is pressed:

  • stop() is called
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment