Crates.io | mfrc522 |
lib.rs | mfrc522 |
version | 0.7.0 |
source | src |
created_at | 2018-01-17 02:05:38.470682 |
updated_at | 2024-01-13 18:13:51.373123 |
description | A platform agnostic driver to interface the MFRC522 (RFID reader/writer) |
homepage | https://gitlab.com/jspngh/rfid-rs |
repository | https://gitlab.com/jspngh/rfid-rs |
max_upload_size | |
id | 47135 |
size | 954,294 |
This is a no_std
driver for the MFRC522, an ISO/IEC 14443 A/MIFARE
reader/writer IC.
This repository is an extension of japaric/mfrc522
and the new home of the mfrc522
crate.
For more information on the background of this repository, go here.
What works:
In the examples/
directory, you can find an example for the Raspberry
Pi and BeagleBone Black.
The BeagleBone example fully demonstrates the available functionality.
This code has also been tested with the STM32L476 Nucleo board, if an extra example for this use-case would be required, please open an issue.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.