From 9a27fd7571a06add470e21644578c94611b6c8d1 Mon Sep 17 00:00:00 2001 From: Adrian Nistor Date: Sat, 13 Jun 2015 19:38:14 +0300 Subject: [PATCH] Allow the library to be used on STM32F1 platform --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 96917e1..94e8453 100644 --- a/library.json +++ b/library.json @@ -9,5 +9,5 @@ }, "exclude": "doc", "frameworks": "arduino", - "platforms": "atmelavr" + "platforms": ["atmelavr", "ststm32"] } diff --git a/library.properties b/library.properties index 84137f6..9b26c35 100644 --- a/library.properties +++ b/library.properties @@ -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