Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nRF: PWM: incorrect "<pin> in use" errors #2146

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

Closed
jepler opened this issue Sep 12, 2019 · 0 comments · Fixed by #2147
Closed

nRF: PWM: incorrect "<pin> in use" errors #2146

jepler opened this issue Sep 12, 2019 · 0 comments · Fixed by #2147
Assignees

Comments

@jepler
Copy link

jepler commented Sep 12, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant