From ee85674553258fb332d690a1435ed76994193250 Mon Sep 17 00:00:00 2001 From: functionpointer Date: Sat, 21 Mar 2026 13:29:47 +0100 Subject: [PATCH] List Raspberry Pi Pico as supported This library is based on arduino, and there are arduino cores for RP2040. So it should be listed as supported. --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 4eb19431..1940b6d4 100644 --- a/library.json +++ b/library.json @@ -20,5 +20,5 @@ "dependencies": { }, "frameworks": "arduino", - "platforms": ["espressif8266", "espressif32"] + "platforms": ["espressif8266", "espressif32", "raspberrypi"] } \ No newline at end of file