Skip to content

Commit 429ba2d

Browse files
committed
add horiz rules
1 parent 814f6cd commit 429ba2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Features:
1717

1818
![Plotter Preview Image](https://www.dropbox.com/s/0471kf89skyo72x/plotter_preview.png?raw=1)
1919

20+
---
21+
2022
Quickstart:
2123
---
2224

@@ -27,6 +29,8 @@ ___or___
2729

2830
Install manually with the [ZIP file of Plotter](https://github.com/devinconley/ArduinoPlotter-for-Library-Manager/archive/master.zip).
2931

32+
---
33+
3034
#### Setup Listener
3135
Download one of the following stand-alone listener options. Keep the folder intact so the application can access the library and source folders.
3236
- [Windows 32-bit](https://www.dropbox.com/s/88wa2nkfzh5j3uz/ArduinoPlotter_listener_windows32.zip?dl=1)
@@ -38,6 +42,8 @@ ___or___
3842

3943
Download the source script from this repository (ArduinoPlotter_processingListener.pde) and run that with the Processing IDE.
4044

45+
---
46+
4147
#### Usage in Arduino code
4248
Include library
4349
```arduino
@@ -71,6 +77,8 @@ void loop()
7177
}
7278
```
7379

80+
---
81+
7482
#### Using the Listener
7583
Once the Arduino is running, start the listener application that you setup above.
7684

@@ -80,6 +88,8 @@ The application will configure itself and your data should be plotted appropriat
8088

8189
![Quick Start Results Image](https://www.dropbox.com/s/jcj7wilsu8fbzia/quickstart.png?raw=1)
8290

91+
---
92+
8393
Documentation:
8494
---
8595

@@ -118,11 +128,13 @@ Documentation:
118128
- variableX: global X-variable that will be updated throughout program
119129
- labelY: String with label of variable to be plotted along Y-axis
120130
- variableY: global Y-variable that will be updated throughout program
131+
121132
---
122133

123134
#### void Plot()
124135

125136
*Send most recent values for all plotted variables to the listener application*
137+
126138
---
127139

128140
#### bool Remove( int index )

0 commit comments

Comments
 (0)