Created
February 20, 2017 12:16
-
-
Save zinntikumugai/13f24e8ab0fd2ab00123aa2993be1a95 to your computer and use it in GitHub Desktop.
This file contains 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(9600); | |
Serial.println("0"); | |
//Serial.println('0'); | |
//Serial.println(0); | |
//Serial.println(); | |
//Serial.print(' '); | |
} | |
void loop() { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment