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

Skip to content

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

Closed
@jepler

Description

@jepler

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions