From f3f0f90a51412d1684b43be6f2b5f93cb4154ee0 Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Fri, 25 Oct 2024 10:29:54 +0100 Subject: Initial empty project structure --- Radio/HW/BladeRF/BladeRF.swift | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Radio/HW/BladeRF/BladeRF.swift (limited to 'Radio/HW/BladeRF/BladeRF.swift') 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 { + +} -- cgit v1.2.3