From fb4b91ea30a5848465afd373ba47a10693fac4d1 Mon Sep 17 00:00:00 2001 From: PTS93 Date: Tue, 8 May 2018 11:26:17 +0200 Subject: [PATCH] Add samd architecture (#379) * Add samd architecture I have not made an intricate test of every available function but so far working with SAMD21 did not give me any trouble. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index d67064c..dcb0711 100644 --- a/library.json +++ b/library.json @@ -10,5 +10,5 @@ "version": "1.3.6", "exclude": "doc", "frameworks": "arduino", - "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266"] + "platforms": ["atmelavr", "ststm32", "teensy", "espressif8266","samd"] } diff --git a/library.properties b/library.properties index e96d951..9ab926a 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,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,STM32F1,teensy,esp8266 +architectures=avr,STM32F1,teensy,esp8266,samd