you can alway try something like
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("WORKING!!!");
}
just to check that everything is in order...
![]()
you can alway try something like
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("WORKING!!!");
}
just to check that everything is in order...
![]()