From f43511e913a9317c0dd886f6459aa32474f407f2 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 1 Mar 2022 15:10:17 +0100 Subject: examples: Add replay_capture.py This is an example that allows capturing RF data into DRAM, and then stream it back to host, using the Python API. --- host/examples/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/examples/python/CMakeLists.txt') diff --git a/host/examples/python/CMakeLists.txt b/host/examples/python/CMakeLists.txt index e79b1bd4a..27cc00234 100644 --- a/host/examples/python/CMakeLists.txt +++ b/host/examples/python/CMakeLists.txt @@ -5,6 +5,7 @@ # set(python_examples + replay_capture.py rx_to_file.py tx_waveforms.py curses_fft.py -- cgit v1.2.3