library.json 480 B

123456789101112131415
  1. {
  2. "name": "MFRC522",
  3. "version": "1.4.12",
  4. "license": "Unlicense",
  5. "keywords": "rfid, spi",
  6. "description": "Arduino RFID Library for MFRC522 (SPI). Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.",
  7. "repository":
  8. {
  9. "type": "git",
  10. "url": "https://github.com/miguelbalboa/rfid.git"
  11. },
  12. "exclude": "doc",
  13. "frameworks": "arduino",
  14. "platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd", "rp2040"]
  15. }