Skip to content

Commit 55ec6a8

Browse files
committed
update to new library structure
1 parent 9f77463 commit 55ec6a8

File tree

12 files changed

+11
-11
lines changed

12 files changed

+11
-11
lines changed

plotter/examples/control_points_displayed/control_points_displayed.ino renamed to examples/control_points_displayed/control_points_displayed.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example to demonstrate effect of "Points Displayed" in Time Graph and in XY Graph
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/devinaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================

plotter/examples/different_types/different_types.ino renamed to examples/different_types/different_types.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example to demonstrate effect of plotting different variable types
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/devinaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example to demonstrate dynamic addition and removal of graphs
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/devinaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================

plotter/examples/multivariable_plotting/multivariable_plotting.ino renamed to examples/multivariable_plotting/multivariable_plotting.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example to demonstrate multi-variable plotting against time
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/devinaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================

plotter/examples/quick_start/quick_start.ino renamed to examples/quick_start/quick_start.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example used in Quick-Start
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/devinaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================

plotter/examples/set_colors/set_colors.ino renamed to examples/set_colors/set_colors.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Example to demonstrate configuring specific colors for each variable
44
-------------------------------------------------------------------------------------------
55
Plotter
6-
v2.3.0
6+
v2.4.0
77
https://github.com/deviaconley/arduino-plotter
88
by Devin Conley
99
===========================================================================================
File renamed without changes.

plotter/library.properties renamed to library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Plotter
2-
version=2.3.3
2+
version=2.4.0
33
author=Devin Conley <devinaconley@gmail.com>
44
maintainer=Devin Conley <devinaconley@gmail.com>
55
sentence=An Arduino library for easy plotting on host computer via serial communication.

listener/Graph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
-------------------------------------------------------------------------------------------
1919
Arduino Plotter Listener
20-
v2.3.0
20+
v2.4.0
2121
https://github.com/devinaconley/arduino-plotter
2222
by Devin Conley
2323
===========================================================================================

listener/listener.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
-------------------------------------------------------------------------------------------
2020
Arduino Plotter Listener
21-
v2.3.0
21+
v2.4.0
2222
https://github.com/devinaconley/arduino-plotter
2323
by Devin Conley
2424
===========================================================================================

0 commit comments

Comments
 (0)