Skip to main content

Module rfid

Module rfid 

Source
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.
RfidStatic
Static resources for the RfidEsp device abstraction.

Enums§

RfidEvent
Events received from an RFID reader.

Traits§

Rfid
Platform-agnostic RFID reader contract.