Skip to content

Commit 1f9a19e

Browse files
Update README.md
1 parent 1871ff8 commit 1f9a19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DvG_Arduino_PyQt_multithread_demo
22
[![Build Status](https://travis-ci.org/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo.svg?branch=master)](https://travis-ci.org/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo)
33

4-
Multithreaded demonstration of real-time plotting and logging of live Arduino data.
4+
Demonstration of multithreaded real-time plotting and logging of live Arduino data using PyQt5 and PyQtGraph.
55

66
It has a PyQt5 graphical user-interface, with a PyQtGraph plot for fast real-time plotting of data, which are obtained from a waveform generating Arduino(-like) device (source files included) at an acquisition rate of 100 Hz, and it provides logging this data to a file. 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 the last thread maintains a thread-safe queue where messages to be sent out to the Arduino are managed.
77

0 commit comments

Comments
 (0)