Skip to content

Instantly share code, notes, and snippets.

@lvidarte
Created April 12, 2017 15:29
Show Gist options
  • Save lvidarte/07a0b307f84ac62f4334c25afd23db1c to your computer and use it in GitHub Desktop.
Save lvidarte/07a0b307f84ac62f4334c25afd23db1c to your computer and use it in GitHub Desktop.
void setup ()
{
Serial.begin(115200);
}
void loop ()
{
Serial.println("hola");
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment