Allow the library to be used on STM32F1 platform
This commit is contained in:
@@ -9,5 +9,5 @@
|
|||||||
},
|
},
|
||||||
"exclude": "doc",
|
"exclude": "doc",
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "atmelavr"
|
"platforms": ["atmelavr", "ststm32"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ sentence=Arduino RFID Library for MFRC522 (SPI)
|
|||||||
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
|
||||||
category=Communication
|
category=Communication
|
||||||
url=https://github.com/miguelbalboa/rfid
|
url=https://github.com/miguelbalboa/rfid
|
||||||
architectures=avr
|
architectures=avr,STM32F1
|
||||||
|
|||||||
Reference in New Issue
Block a user