adafruit / Adafruit_CircuitPython_PyCamera

Library for the Adafruit PyCamera
https://docs.circuitpython.org/projects/pycamera
MIT License
17 stars 9 forks source link

mute needs to be output, or tone does nothing #12

Closed jepler closed 11 months ago

jepler commented 11 months ago

ping @jedgarpark

caternuson commented 11 months ago

Tested and works. Thanks for quick fix!

>>> pycam.tone(440, 2)
>>>

produces 2 second tone

jedgarpark commented 11 months ago

woot, works great, thanks!