Skip to content

ValueError: GP14 in use #2

@Mikihiro-Kudo

Description

@Mikihiro-Kudo

I tried this project, but at first I got the error "AttributeError: 'module' object has no attribute 'SCK'".
Therefore, I directly specified the pin number on line 15 of read.py like "rdr = mfrc522.MFRC522(board.GP14, board.GP16, board.GP15, board.GP22, board.GP14)".
Then, the following error occurred.

Traceback (most recent call last):
File "", line 54, in
File "", line 15, in do_read
File "mfrc522.py", line 34, in init
ValueError: GP14 in use

How can I fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions