This commit is contained in:
Dhruv Venkataraman 2022-10-02 23:59:37 -04:00
parent d2e17e0010
commit 88800fe5ef

View file

@ -9,7 +9,7 @@ threadFlag = True
def playFunction(freq):
global threadFlag
while not threadFlag:
os.system("beep -f"+ freq)
os.system("beep -f"+ freq+"-l 100000")
#print("beep -f %f" % (freq))
tc = 0