aboutsummaryrefslogtreecommitdiff
path: root/Sender.py
diff options
context:
space:
mode:
authorDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-14 16:34:32 -0500
committerDavid Doan <daviddoan@Davids-MacBook-Pro-193.local>2023-12-14 16:34:32 -0500
commit25aa2dd624776f460c7424431b62958f9c524e3d (patch)
treee65c46f8d9e4fbb06f52cfdc36d6fb764e098e80 /Sender.py
parent84127ddc9ca0d6fcee3fadc15c6ed137e380689b (diff)
utils
Diffstat (limited to 'Sender.py')
-rw-r--r--Sender.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Sender.py b/Sender.py
index 7eab893..ca0183e 100644
--- a/Sender.py
+++ b/Sender.py
@@ -1,6 +1,7 @@
import numpy as np
import pyaudio
import threading
+from utils import *
"""
Play a single frequency.
@@ -201,7 +202,7 @@ send_thread = threading.Thread(target=link_layer.send_data)
# Start the threads
send_thread.start()
-# take in range width, the number of bytes, and the bytes themsleve, and starting freq
+# take in range width, the number of bytes, and the bytes themselves, and starting freq
# cmdline args: data, start freq, bytes per transmit, frequency range
# 18500, 1000 range