Skip to content

Commit 34e22ed

Browse files
Update README.rst
1 parent 2488fa4 commit 34e22ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This demo needs just a bare Arduino(-like) device that, for demonstration purpos
1717

1818
It features a PyQt5 graphical user-interface, with a PyQtGraph plot for fast real-time plotting of data. The main thread handles the GUI and redrawing of the plot, another thread deals with acquiring data from the Arduino at a fixed rate and a third thread maintains a thread-safe queue where messages to be sent out to the Arduino are managed.
1919

20+
.. image:: /images/Arduino_PyQt_demo_with_multithreading.PNG
21+
2022
Other depencies you'll need for this demo can be installed by running::
2123
2224
pip install -r requirements.txt
@@ -30,5 +32,3 @@ Other depencies you'll need for this demo can be installed by running::
3032
* `NumPy <http://www.numpy.org/>`_
3133
* `PyQt5 <https://pypi.org/project/PyQt5/>`_
3234
* `PyQtGraph <http://pyqtgraph.org/>`_
33-
34-
.. image:: /images/Arduino_PyQt_demo_with_multithreading.PNG

0 commit comments

Comments
 (0)