Skip to content

Instantly share code, notes, and snippets.

@bertrandom
Created October 23, 2017 10:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
typedef enum {
UP,
DOWN,
LEFT,
RIGHT,
X,
Y,
A,
B,
L,
R,
THROW,
NOTHING,
TRIGGERS
} Buttons_t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment