Add files via upload

This commit is contained in:
DJ2LS 2020-12-16 15:10:13 +01:00 committed by GitHub
parent 0dfc17cc70
commit 5bd733bbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,9 @@ def main():
modem = FreeDV() #Load FreeDV Class as "modem"
data = b'TEST' #byte string which will be send
data = b'TEST TEST TEST TEST TEST' #byte string which will be send
modulated_data = modem.Modulate(data) #Call Modulate function, which modulates data and prints it to the terminal