devinaconley / arduino-plotter

An Arduino library for easy graphing on host computer via serial communication
MIT License
186 stars 31 forks source link

Enable 7+ variable graphs #4

Open Perry-RU opened 7 years ago

Perry-RU commented 7 years ago

Support for 7+ variable graphs. Support to choose line color on graph of specified variable.

devinaconley commented 7 years ago

Will look at some possibilities for 7+ variable graphs. I wanted to avoid arbitrary length argument lists for safety, but that very well might end up being the best option.

Planning on overhauling the listener soon anyways -- will include configurable line color in that effort

devinaconley commented 7 years ago

Configurable color was added in latest release (#5). Support for 7+ variable graphs should be in soon

phdv61 commented 5 years ago

Sorry moved suggestion to a different topic