From 8ff85d6781948c468ab767e8e95fad9dd6c7bdc4 Mon Sep 17 00:00:00 2001 From: Stephan Eisfeld Date: Fri, 28 Jun 2019 11:57:00 +0200 Subject: [PATCH] adds megaavr architecture to library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index f8bcce8..b47d7e2 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,esp32,samd +architectures=avr,megaavr,STM32F1,teensy,esp8266,esp32,samd