mfrc522 0.8.0

A platform agnostic driver to interface the MFRC522 (RFID reader/writer)
Documentation
1
2
3
4
5
//! Blocking implementations for the three supported communication interfaces.

pub mod i2c;
pub mod spi;
pub mod uart;