Closed n2jn closed 8 years ago
Put the line: while (!&debugStream && millis() < time) with "time" an long int in parameter (if time = 0; it disable the wait proccess).
while (!&debugStream && millis() < time)
Closes #44
On second thought, I'm not sure if we should do #44 at all. It makes it feel like a feature of the lib, while it's just an Arduino debug best practice.
Agreed
Put the line:
while (!&debugStream && millis() < time)
with "time" an long int in parameter (if time = 0; it disable the wait proccess).Closes #44