From 715f53e082b7131baf5671eac9cfa11f1b70aa6b Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Sat, 16 Sep 2017 00:12:32 -0700 Subject: [PATCH] Add all arduino platforms As long as serial is present it will work --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index e083df3..5f994aa 100644 --- a/library.json +++ b/library.json @@ -9,5 +9,5 @@ }, "version": "0.3.0", "frameworks": "arduino", - "platforms": "atmelavr, teensy" + "platforms": "atmelavr, atmelsam, espressif32, espressif8266, intel_arc32, microchippic32, nordicnrf51, nordicnrf52, ststm32, timsp430, teensy" }