Skip to content

Instantly share code, notes, and snippets.

@kelliott121
Created May 2, 2017 17:02
Show Gist options
  • Save kelliott121/f2539dd39af5830c4ad1b4b606bd445a to your computer and use it in GitHub Desktop.
Save kelliott121/f2539dd39af5830c4ad1b4b606bd445a to your computer and use it in GitHub Desktop.
Controller Test Firmware 0
enum DPad {RIGHT = 2, UP = 3, LEFT = 4, DOWN = 5};
enum Buttons {A = 6, B = 7, X = 8, Y = 9};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment