Skip to content

Commit 746e255

Browse files
committed
2 parents 828341a + 125239e commit 746e255

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ An Arduino library for easy graphing on host computer via serial communication
44

55
_by: Devin Conley_
66

7+
Contents:
8+
---
9+
[Features](#features)
10+
[Quickstart](#quickstart)
11+
[Documentation](#documentation)
12+
13+
---
14+
715
Features:
816
---
917
- Continuous multi-variable plots against time
@@ -33,16 +41,16 @@ Install manually with the [ZIP file of Plotter](https://github.com/devinaconley/
3341
---
3442

3543
#### Setup Listener
36-
Download one of the following stand-alone listener options. Keep the folder intact so the application can access the library and source folders.
44+
Download one of the following stand-alone listener options. Keep the folder intact so the application can access the library and source folders. **(Java Runtime Environment 8 required)**
3745
- [Windows 32-bit](https://www.dropbox.com/s/vbgd4osedrfgep3/arduino-plotter-listener-windows32.zip?dl=1)
3846
- [Windows 64-bit](https://www.dropbox.com/s/0x4xqv375h4j5hh/arduino-plotter-listener-windows64.zip?dl=1)
3947
- [Linux 32-bit](https://www.dropbox.com/s/u0g1ey96aw14k9z/arduino-plotter-listener-linux32.zip?dl=1)
4048
- [Linux 64-bit](https://www.dropbox.com/s/lsrpo5edb25sv3a/arduino-plotter-listener-linux64.zip?dl=1)
41-
- [Mac OS X](https://www.dropbox.com/s/emasvotan4yxbmo/ArduinoPlotter_listener_macOSX.zip?dl=1)
49+
- [Mac OS X](https://www.dropbox.com/s/k6ej5jftofotlhk/arduino-plotter-listener-macosx.zip?dl=1)
4250

4351
___or___
4452

45-
Download the source directory from this repository (listener/) and run that with the Processing IDE.
53+
Download the source directory from this repository ( ***listener/*** ) and run that with the Processing IDE.
4654

4755
---
4856

0 commit comments

Comments
 (0)