PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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