arduino / arduino-examples

Arduino IDE bundled examples
Creative Commons Zero v1.0 Universal
92 stars 42 forks source link

Add Multi plot examples #8

Open pierrotm777 opened 8 years ago

pierrotm777 commented 8 years ago

Can you add examples for the multi plot feature ?

Thanks

per1234 commented 7 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.


Related