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 /PrySDR | |
parent | 8f8f78cd00d3b5e5ce5076d316f2499df35d532f (diff) | |
download | PrySDR-f3f0f90a51412d1684b43be6f2b5f93cb4154ee0.tar.gz PrySDR-f3f0f90a51412d1684b43be6f2b5f93cb4154ee0.zip |
Initial empty project structure
Diffstat (limited to 'PrySDR')
-rw-r--r-- | PrySDR/WaterfallAirSpy.swift | 7 | ||||
-rw-r--r-- | PrySDR/WaterfallAirSpyHF.swift | 7 | ||||
-rw-r--r-- | PrySDR/WaterfallBladerRF.swift | 7 | ||||
-rw-r--r-- | PrySDR/WaterfallRtlSdr.swift | 7 | ||||
-rw-r--r-- | PrySDR/main.swift | 2 |
5 files changed, 29 insertions, 1 deletions
diff --git a/PrySDR/WaterfallAirSpy.swift b/PrySDR/WaterfallAirSpy.swift new file mode 100644 index 0000000..d3aef9c --- /dev/null +++ b/PrySDR/WaterfallAirSpy.swift @@ -0,0 +1,7 @@ +// +// WaterfallAirSpy.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/PrySDR/WaterfallAirSpyHF.swift b/PrySDR/WaterfallAirSpyHF.swift new file mode 100644 index 0000000..28b564a --- /dev/null +++ b/PrySDR/WaterfallAirSpyHF.swift @@ -0,0 +1,7 @@ +// +// WaterfallAirSpyHF.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/PrySDR/WaterfallBladerRF.swift b/PrySDR/WaterfallBladerRF.swift new file mode 100644 index 0000000..56c9027 --- /dev/null +++ b/PrySDR/WaterfallBladerRF.swift @@ -0,0 +1,7 @@ +// +// WaterfallBladerRF.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/PrySDR/WaterfallRtlSdr.swift b/PrySDR/WaterfallRtlSdr.swift new file mode 100644 index 0000000..6bcf338 --- /dev/null +++ b/PrySDR/WaterfallRtlSdr.swift @@ -0,0 +1,7 @@ +// +// WaterfallRtlSdr.swift +// PrySDR +// +// Created by Jacky Jack on 25/10/2024. +// + diff --git a/PrySDR/main.swift b/PrySDR/main.swift index f5ab4c2..47bdc00 100644 --- a/PrySDR/main.swift +++ b/PrySDR/main.swift @@ -7,5 +7,5 @@ import Foundation -print("Hello, World!") +print("PrySDR") |