Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
With help from @kattni, I chased a simpleio problem to this reproducer:
Adafruit CircuitPython 5.0.0-alpha.2-35-gfb1f55998-dirty on 2019-09-11; Particle Xenon with nRF52840 >>> >>> import pulseio >>> import board >>> with pulseio.PWMOut(board.A0): pass ... >>> with pulseio.PWMOut(board.A0): pass ... Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: A0 in use
The text was updated successfully, but these errors were encountered:
nRF: PWMOut: At deinit, make pin available again
df48312
Closes: adafruit#2146
251c0f5
jepler
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
With help from @kattni, I chased a simpleio problem to this reproducer:
The text was updated successfully, but these errors were encountered: