From bc9f81b2e26c5129ff803c4250bb74aaceb25993 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCnter=20Quast?= <guenter.quast@online.de>
Date: Mon, 10 Jun 2024 17:13:40 +0200
Subject: [PATCH] documented redP_mimoCoRB.py

---
 redP_mimoCoRB.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/redP_mimoCoRB.py b/redP_mimoCoRB.py
index 297e650..12afa9b 100644
--- a/redP_mimoCoRB.py
+++ b/redP_mimoCoRB.py
@@ -1,7 +1,8 @@
 """
 **redP_mimoCoRB**: use mimoCoRB with the RedPitaya and redPoscdaq.py 
 
-Input data is provided as numpy-arry of shape (number_of_channels, number_of_samples).
+Input data is provided as numpy-arry of shape (number_of_channels, number_of_samples)
+via callback of function data_sink() in class redP_mimoCoRB.
 """
 
 import time
-- 
GitLab