Skip to content

Instantly share code, notes, and snippets.

@rvowles
Created January 14, 2013 09:01
Show Gist options
  • Save rvowles/4528737 to your computer and use it in GitHub Desktop.
Save rvowles/4528737 to your computer and use it in GitHub Desktop.
#include <Energia.h>
int main(void)
{
init();
setup();
for (;;) {
loop();
if (serialEventRun) serialEventRun();
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment