File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- # arduinoPlotter
1+ arduinoPlotter
2+ ===============
23an Arduino library for easy plotting using Processing via serial communication
34
45by: Devin Conley
56
67Types of plots available:
8+ ------------------------
79* Multivariable plots against time
810* 2-variable "x" vs "y" plots
911
1012Features:
13+ ----------
1114* Display multiple graphs within single window
1215* Simply pass a reference to your variables when the graph is added, no need to update the values manually
1316* Choose desired number of data points to be shown along time scale for each graph
1417* Auto-scaling to fit all data on graph
1518
1619Processing listener options:
20+ -----------------------------
1721* Stand-alone Windows application
1822* Stand-alone Linux application
1923* Source Processing script (arduinoPlotter_processingListener.pde)
You can’t perform that action at this time.
0 commit comments