PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
362B

  1. {
  2. "name": "MFRC522",
  3. "keywords": "rfid, spi",
  4. "description": "Read a card using a MFRC522 reader on your SPI interface",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/miguelbalboa/rfid.git"
  9. },
  10. "version": "1.3.6",
  11. "exclude": "doc",
  12. "frameworks": "arduino",
  13. "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"]
  14. }