Skip to main content

Module rfid

Module rfid 

Source
Available on target_os=none only.
Expand description

A device abstraction for RFID readers using the MFRC522 chip.

See Rfid for the primary example; helper functions link back here.

Structs§

Rfid
A device abstraction for an RFID reader using the MFRC522 chip.

Enums§

RfidEvent
Events received from the RFID reader.

Type Aliases§

Mfrc522Device
Static type for RFID reader events
RfidStatic
Static type for the Rfid device abstraction.