summaryrefslogtreecommitdiff
path: root/airspyhf_shedule.py
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2023-03-09 22:47:36 +0000
committerArturs Artamonovs <dos21h@gmail.com>2023-03-09 22:47:36 +0000
commit194f0c07ecbab61eb383c9d17c72fb73a4c9af80 (patch)
treea70fdd9a8e1235e1b35fbdd735ecaf9cdb7c0e41 /airspyhf_shedule.py
parentc1ae0bcdb4eb27404d132b108f3d8da5ccdcf817 (diff)
parentfba22599d2ce386517c5c7f93403e0b3a4c92877 (diff)
downloadpyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.tar.gz
pyairspyhf-194f0c07ecbab61eb383c9d17c72fb73a4c9af80.zip
Adding test for class. Implementeing main class. cleaning/fixing airspyhf_rx
Diffstat (limited to 'airspyhf_shedule.py')
-rw-r--r--airspyhf_shedule.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/airspyhf_shedule.py b/airspyhf_shedule.py
index e69de29..ad23e3d 100644
--- a/airspyhf_shedule.py
+++ b/airspyhf_shedule.py
@@ -0,0 +1,8 @@
+import os
+from airspyhf import *
+from ctypes import *
+import time
+import sys
+import wave
+import struct
+import argparse \ No newline at end of file