Skip to content

Instantly share code, notes, and snippets.

@jayproulx
Created May 18, 2017 02:34
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 jayproulx/e55e7de00407d02e933e2173fb4ace7f to your computer and use it in GitHub Desktop.
Save jayproulx/e55e7de00407d02e933e2173fb4ace7f to your computer and use it in GitHub Desktop.
for(int i = 0; i < 4; i++) {
pinMode(leds[i], OUTPUT);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment