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/AirSpy/AirSpy.swift | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Radio/HW/AirSpy/AirSpy.swift (limited to 'Radio/HW/AirSpy/AirSpy.swift') diff --git a/Radio/HW/AirSpy/AirSpy.swift b/Radio/HW/AirSpy/AirSpy.swift new file mode 100644 index 0000000..1db0cd6 --- /dev/null +++ b/Radio/HW/AirSpy/AirSpy.swift @@ -0,0 +1,11 @@ +// +// AirSpy.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + +/// Wrapper for libairspy library +class AirSpy { + +} -- cgit v1.2.3