We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
simpleio.tone is using a previous audioio API. We need to update it to check the version number, use the 3.x+ audioio API, and if it finds 2.x, to use the previous API. See https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/master/adafruit_circuitplayground/express.py#L622 for an example of using version numbers to utilise multiple APIs in a single funciton.
simpleio.tone
audioio
The issue is here: https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO/blob/master/simpleio.py#L57
This will need to be tested by using simpleio.tone to produce a tone using a non-PWM pin.
The text was updated successfully, but these errors were encountered:
See #36
Sorry, something went wrong.
Fixed, thank you!
caternuson
No branches or pull requests
simpleio.tone
is using a previousaudioio
API. We need to update it to check the version number, use the 3.x+audioio
API, and if it finds 2.x, to use the previous API. See https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/master/adafruit_circuitplayground/express.py#L622 for an example of using version numbers to utilise multiple APIs in a single funciton.The issue is here: https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO/blob/master/simpleio.py#L57
This will need to be tested by using
simpleio.tone
to produce a tone using a non-PWM pin.The text was updated successfully, but these errors were encountered: