Skip to content

Instantly share code, notes, and snippets.

@kmcallister
Created December 5, 2018 00:57
Show Gist options
  • Select an option

  • Save kmcallister/41469030841055d8ce7a40cc081a2e50 to your computer and use it in GitHub Desktop.

Select an option

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