You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from adafruit_clue import clue
clue.play_tone(880, 1)
and got this error:
Traceback (most recent call last):
File "code.py", line 3, in <module>
File "adafruit_clue.py", line 658, in play_tone
File "adafruit_clue.py", line 691, in start_tone
File "adafruit_clue.py", line 634, in _generate_sample
ValueError: SPEAKER in use
The text was updated successfully, but these errors were encountered:
I ran this:
and got this error:
The text was updated successfully, but these errors were encountered: