Allow the library to be used on STM32F1 platform

This commit is contained in:
Adrian Nistor
2015-06-13 19:38:14 +03:00
parent 56da797e70
commit 9a27fd7571
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
},
"exclude": "doc",
"frameworks": "arduino",
"platforms": "atmelavr"
"platforms": ["atmelavr", "ststm32"]
}

View File

@@ -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.
category=Communication
url=https://github.com/miguelbalboa/rfid
architectures=avr
architectures=avr,STM32F1