Skip to content

Instantly share code, notes, and snippets.

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 fdavidgithub/b5ab6cde229ab421d860ea8f465c9de0 to your computer and use it in GitHub Desktop.
Save fdavidgithub/b5ab6cde229ab421d860ea8f465c9de0 to your computer and use it in GitHub Desktop.
/*
* For Arduino IDE
*/
void function();
void setup()
{
//TODO
}
void loop()
{
//TODO
}
void function()
{
//TODO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment