Created
April 12, 2017 15:29
-
-
Save lvidarte/07a0b307f84ac62f4334c25afd23db1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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