Skip to content

Commit e4571a9

Browse files
author
Devin Conley
committed
commit
1 parent 7e9e093 commit e4571a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
# arduinoPlotter
1+
arduinoPlotter
2+
===============
23
an Arduino library for easy plotting using Processing via serial communication
34

45
by: Devin Conley
56

67
Types of plots available:
8+
------------------------
79
* Multivariable plots against time
810
* 2-variable "x" vs "y" plots
911

1012
Features:
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

1619
Processing listener options:
20+
-----------------------------
1721
* Stand-alone Windows application
1822
* Stand-alone Linux application
1923
* Source Processing script (arduinoPlotter_processingListener.pde)

0 commit comments

Comments
 (0)