Providing public interface, fixed formatting.
All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 3m0s
Check code formatting / Check-C-Format (push) Successful in 7s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 4s
Run unit tests on host / Run-Unit-Tests (push) Successful in 7s
All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 3m0s
Check code formatting / Check-C-Format (push) Successful in 7s
Check code formatting / Check-Python-Flake8 (push) Successful in 9s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 4s
Run unit tests on host / Run-Unit-Tests (push) Successful in 7s
This commit is contained in:
@@ -3,3 +3,5 @@ SPDX-License-Identifier: MIT
|
||||
Copyright (c) 2025 Stefan Kratochwil (Kratochwil-LA@gmx.de)
|
||||
'''
|
||||
from nfc.nfc import Nfc
|
||||
|
||||
__all__ = ['Nfc']
|
||||
|
||||
@@ -8,6 +8,7 @@ import time
|
||||
|
||||
from mfrc522 import MFRC522
|
||||
|
||||
|
||||
class Nfc:
|
||||
'''
|
||||
This class implements an asyncio task which continuously polls the mfrc522 nfc reader. If a new
|
||||
|
||||
Reference in New Issue
Block a user