diff options
Diffstat (limited to 'Radio/HW/RtlSdr/RtlSdr.swift')
-rw-r--r-- | Radio/HW/RtlSdr/RtlSdr.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Radio/HW/RtlSdr/RtlSdr.swift b/Radio/HW/RtlSdr/RtlSdr.swift new file mode 100644 index 0000000..3b9063c --- /dev/null +++ b/Radio/HW/RtlSdr/RtlSdr.swift @@ -0,0 +1,12 @@ +// +// RtlSdr.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + + +/// Wrapper for librtlsdr library +class RtlSdr { + +} |