From 5bd8da922f4acda4c9ba3261dd490a137aa45ea3 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Sat, 17 Apr 2021 07:23:44 +0200 Subject: [PATCH] Add mbed_nano and mbed_portenta to list of supported architectures. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 74a617f..bde8828 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Arduino library for controlling the MCP2515 in order to receive/transmi paragraph= category=Communication url=https://github.com/107-systems/107-Arduino-MCP2515 -architectures=samd,mbed,esp32 +architectures=samd,esp32,mbed,mbed_nano,mbed_portenta includes=ArduinoMCP2515.h