PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

library.json 362B

il y a 3 ans
1234567891011121314
  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. }