PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

15 lines
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. }