Open pierrotm777 opened 8 years ago
There is one here: https://www.arduino.cc/en/Tutorial/ArduinoSoundSpectrumSerialPlotter but it doesn't make it clear that's what it is. It looks like there was an intention of adding a comment explaining the purpose of the delimiter print:
Serial.print("\t"); //
but it didn't happen. I wasn't even sure whether that would work as the author of the feature had only mentioned commas or spaces as valid delimiters.
I think it would be more useful to have a bundled example that demonstrates the feature in a way that is obvious and accessible to everyone rather than something based on such specific hardware, as in the ArduinoSoundSpectrumSerialPlotter tutorial.
Can you add examples for the multi plot feature ?
Thanks