Skip to content

busio.SPI locks GPIO12 even when it's not used on ESP8266 #642

Closed
@deshipu

Description

@deshipu

Trying to initialize DigitalInOut on pin GPIO12 results in:

>>> dc = digitalio.DigitalInOut(board.GPIO12)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Pin MTDI in use

Tested with CircuitPython 2.2.3.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions