Skip to content

Commit

Permalink
Add rp2040 as compatible platform
Browse files Browse the repository at this point in the history
Removes compiler warning when using this library on RP2040 platforms
  • Loading branch information
aaronjamt authored and Rotzbua committed Feb 17, 2025
1 parent d5dba13 commit 87f59aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
},
"exclude": "doc",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd"]
"platforms": ["atmelavr", "atmelsam", "ststm32", "espressif8266", "espressif32", "samd", "rp2040"]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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,megaavr,STM32F1,teensy,esp8266,esp32,samd,atmelsam
architectures=avr,megaavr,STM32F1,teensy,esp8266,esp32,samd,atmelsam,rp2040

0 comments on commit 87f59aa

Please sign in to comment.