Skip to content

Instantly share code, notes, and snippets.

@indraastra
Created December 15, 2015 18:42
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 indraastra/336535efb17a17e4b520 to your computer and use it in GitHub Desktop.
Save indraastra/336535efb17a17e4b520 to your computer and use it in GitHub Desktop.
Compiler error issue
SYSTEM_MODE(AUTOMATIC);
SYSTEM_THREAD(ENABLED);
void setup() {
Serial.begin(9600);
delay(1000);
Serial.println("Starting!");
}
void loop() {
Serial.println("Testing...");
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment