Skip to content

Commit 2a5b113

Browse files
committed
stamp version 2.3.2
1 parent 62e7cce commit 2a5b113

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

plotter/Plotter.cpp

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

plotter/Plotter.h

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

plotter/library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=Plotter
2-
version=2.3.0
3-
author=Devin Conley <devinconley@jhu.edu>
4-
maintainer=Devin Conley <devinconley@jhu.edu>
2+
version=2.3.2
3+
author=Devin Conley <devinaconley@gmail.com>
4+
maintainer=Devin Conley <devinaconley@gmail.com>
55
sentence=An Arduino library for easy plotting on host computer via serial communication.
66
paragraph=Supports multi-variable plots against time as well as 2D plotting of an X vs Y variable. Multiple graphs can be displayed at once, with all formatting and scaling handled automatically. A stand-alone listener application, written with Processing, is provided.
77
category=Data Processing

0 commit comments

Comments
 (0)