Skip to content

Instantly share code, notes, and snippets.

@mancusoa74
Created February 17, 2018 08:12
void setup() {
Serial.begin(115200);
Serial.println("Start");
}
void loop() {
Serial.print(".");
delay(1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment