files added

This commit is contained in:
Nathan
2026-05-08 21:40:03 +01:00
parent 67f1054c39
commit e3d2fe8319
352 changed files with 140683 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"name": "MFRC522",
"version": "1.4.12",
"license": "Unlicense",
"keywords": "rfid, spi",
"description": "Arduino RFID Library for MFRC522 (SPI). Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.",
"repository":
{
"type": "git",
"url": "https://github.com/miguelbalboa/rfid.git"
},
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd", "rp2040"]
}