Expand description
A device abstraction for RFID readers using the MFRC522 chip.
See RfidEsp for the primary example.
You can create up to two concurrent RfidEsp instances per program; a third is expected to fail at runtime because the rfid task pool uses pool_size = 2.
Structs§
- RfidEsp
- A device abstraction for an RFID reader using the MFRC522 chip.
- Rfid
Static - Static resources for the
RfidEspdevice abstraction.
Enums§
- Rfid
Event - Events received from an RFID reader.
Traits§
- Rfid
- Platform-agnostic RFID reader contract.