Revert "tmp"

This reverts commit ea31f0ac3b.
This commit is contained in:
2018-01-31 22:35:46 -02:00
parent 42ca1fe89c
commit 0a4e170c28
198 changed files with 0 additions and 27548 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/python
import aud, time
device = aud.Device()
sine = aud.Sound.sine(440)
square = sine.threshold()
handle = device.play(square)
time.sleep(3)