Skip to content

Commit d8f07b2

Browse files
Deprecated travis
1 parent 08b4e45 commit d8f07b2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
.. image:: https://app.travis-ci.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo.svg?branch=master
2-
:target: https://app.travis-ci.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo
3-
.. image:: https://requires.io/github/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo/requirements.svg?branch=master
4-
:target: https://requires.io/github/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo/requirements/?branch=master
5-
:alt: Requirements Status
1+
.. image:: https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo/actions/workflows/python-package.yml/badge.svg
2+
:target: https://github.com/Dennis-van-Gils/DvG_Arduino_PyQt_multithread_demo/actions/workflows/python-package.yml
63
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
74
:target: https://github.com/psf/black
85
.. image:: https://img.shields.io/badge/License-MIT-purple.svg
@@ -16,7 +13,7 @@ Demonstration of multithreaded communication, real-time plotting and logging of
1613
This demo needs just a bare Arduino(-like) device that, for demonstration purposes, will act as a numerical waveform generator. The source files are included and they should compile over a wide range of Arduino boards. Connect the Arduino to any USB port on your computer and run this Python demo. It should automatically find the Arduino and show you a fully functioning GUI with live data at a stable acquisition rate of 100 Hz.
1714

1815
::
19-
16+
2017
Alternatively, you can simulate the Arduino by running `python demo_A_GUI_full.py simulate`.
2118

2219
It features a 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 (DAQ) 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.

0 commit comments

Comments
 (0)