mfrc522 0.8.0

A platform agnostic driver to interface the MFRC522 (RFID reader/writer)
Documentation
1
2
3
4
//! Communication interface implementations for `embedded_hal` version 0.2

pub mod i2c;
pub mod spi;