Skip to content

Instantly share code, notes, and snippets.

@kmcallister
Created December 5, 2018 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmcallister/41469030841055d8ce7a40cc081a2e50 to your computer and use it in GitHub Desktop.
Save kmcallister/41469030841055d8ce7a40cc081a2e50 to your computer and use it in GitHub Desktop.
enum foo {
bar = 1,
baz = 2
};
void myfunc(foo myfoo) {}
void setup() {}
void loop() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment