diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-10-25 10:29:54 +0100 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-10-25 10:29:54 +0100 |
commit | f3f0f90a51412d1684b43be6f2b5f93cb4154ee0 (patch) | |
tree | ac8c4df68d9d1046bd438abe3d6a258e48e95cf2 /Radio/HW/BladeRF/BladeRF.swift | |
parent | 8f8f78cd00d3b5e5ce5076d316f2499df35d532f (diff) | |
download | PrySDR-f3f0f90a51412d1684b43be6f2b5f93cb4154ee0.tar.gz PrySDR-f3f0f90a51412d1684b43be6f2b5f93cb4154ee0.zip |
Initial empty project structure
Diffstat (limited to 'Radio/HW/BladeRF/BladeRF.swift')
-rw-r--r-- | Radio/HW/BladeRF/BladeRF.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Radio/HW/BladeRF/BladeRF.swift b/Radio/HW/BladeRF/BladeRF.swift new file mode 100644 index 0000000..1b72f62 --- /dev/null +++ b/Radio/HW/BladeRF/BladeRF.swift @@ -0,0 +1,12 @@ +// +// BladeRF.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + + +/// Wrapper and routines for BladeRF +class BladeRF { + +} |