Skip to content

Commit 87f59aa

Browse files
aaronjamtRotzbua
authored andcommitted
Add rp2040 as compatible platform
Removes compiler warning when using this library on RP2040 platforms
1 parent d5dba13 commit 87f59aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
},
1212
"exclude": "doc",
1313
"frameworks": "arduino",
14-
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd"]
14+
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd", "rp2040"]
1515
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Arduino RFID Library for MFRC522 (SPI)
66
paragraph=Read/Write a RFID Card or Tag using the ISO/IEC 14443A/MIFARE interface.
77
category=Communication
88
url=https://github.com/miguelbalboa/rfid
9-
architectures=avr,megaavr,STM32F1,teensy,esp8266,esp32,samd,atmelsam
9+
architectures=avr,megaavr,STM32F1,teensy,esp8266,esp32,samd,atmelsam,rp2040

0 commit comments

Comments
 (0)