Skip to content
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

ValueError: GP14 in use #2

Open
Mikihiro-Kudo opened this issue Nov 12, 2023 · 0 comments
Open

ValueError: GP14 in use #2

Mikihiro-Kudo opened this issue Nov 12, 2023 · 0 comments

Comments

@Mikihiro-Kudo
Copy link

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?

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

No branches or pull requests

1 participant