Skip to content

Commit cf3258c

Browse files
author
James Dumay
committed
add demo graphic
1 parent 6e2070c commit cf3258c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void loop() {
2727
int currentPosition = random(0, 255);
2828
Serial.print("\031Position\031");
2929
Serial.println(currentPosition);
30-
30+
3131
delay(1000);
3232
}
3333
```
@@ -39,3 +39,5 @@ Results the following printed to the serial port:
3939
Position44
4040
Temp22.00
4141
```
42+
43+
![Demo](https://raw.githubusercontent.com/i386/plotplotplot/master/demo.gif)

0 commit comments

Comments
 (0)