Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling tone causes runtime error #8985

Closed
jedgarpark opened this issue Feb 27, 2024 · 2 comments · Fixed by #8990
Closed

calling tone causes runtime error #8985

jedgarpark opened this issue Feb 27, 2024 · 2 comments · Fixed by #8990
Labels
Milestone

Comments

@jedgarpark
Copy link

jedgarpark commented Feb 27, 2024

CircuitPython version

Adafruit CircuitPython 9.0.0-beta.2-10-g54e78c89fc; Adafruit Camera with ESP32S3

Code/REPL

import adafruit_pycamera
pycam = adafruit_pycamera.PyCamera()
pycam.tone(440, 0.1)

Behavior

File "adafruit_pycamera/__init__.py", line 807, in tone 
RuntimeError: Internal resource(s) in use

Description

No response

Additional information

No response

@jedgarpark jedgarpark added the bug label Feb 27, 2024
@jedgarpark
Copy link
Author

jedgarpark commented Feb 27, 2024

@jedgarpark
Copy link
Author

talked w @dhalbert who suggested I try ctrl-C and ctrl-D to see if tone causes error using the version linked above, and it does have this problem. 9.0.0 beta.2 does not have this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants