From 6450dfa278016933c600ad46cb7d8a50eb34f9c9 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Wed, 26 Dec 2018 11:23:32 +0000 Subject: [PATCH] Link to the YouTube channel --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 06f58238..22de731f 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,11 @@ the Arduino performs the sampling in its firmware and transmits the data then to pyFirmata2. The Python application simply registers a callback which is then called every time after new data has arrived. +This API has been used in my Digital Signal Processing (DSP) class to +practise realtime filtering of analogue sensor +data. Examples can be viewed on the YouTube channel of the +class: https://www.youtube.com/user/DSPcourse + Installation ============