diff options
Diffstat (limited to 'Sender.py')
-rw-r--r-- | Sender.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -121,10 +121,10 @@ def receive_string(data, start_freq=18000, freq_step=250): # Example usage # data for the letter h -# 01101000 -data = [18250, 18500, 19000] -decoded_string = receive_string(data) -print(decoded_string) +# # 01101000 +# data = [18250, 18500, 19000] +# decoded_string = receive_string(data) +# print(decoded_string) # transmit_string("h") |