found out what that mysterious comment was supposed to say
parent
744d30ef76
commit
a9d3f5273c
|
@ -41,7 +41,7 @@ void setup() { //initial setup and reset
|
||||||
pins[i]=LOW;
|
pins[i]=LOW;
|
||||||
} // setup serial connection
|
} // setup serial connection
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
delay(100); //Printing the welcome message immediately ... may cause issues.
|
delay(100); //Printing the welcome message immediately may cause the serial communication to not function properly.
|
||||||
Serial.print(color_null+"-=[ Arduino Serial Manual Pin Control ]=-\n\r");
|
Serial.print(color_null+"-=[ Arduino Serial Manual Pin Control ]=-\n\r");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue