edgemoron:
spd = Serial.parseInt();
Serial.parseInt() is a blocking function and should not be used in this application.
...R
edgemoron:
spd = Serial.parseInt();
Serial.parseInt() is a blocking function and should not be used in this application.
...R