From cd54109716cb96b6c5b4c8b488f2aecbf0a797d2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 23 Jan 2021 11:00:34 +0100 Subject: [PATCH] Update .library.json --- lib/lib_i2c/I2Cdevlib-Core/.library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lib_i2c/I2Cdevlib-Core/.library.json b/lib/lib_i2c/I2Cdevlib-Core/.library.json index 258acc176..14886c889 100644 --- a/lib/lib_i2c/I2Cdevlib-Core/.library.json +++ b/lib/lib_i2c/I2Cdevlib-Core/.library.json @@ -5,7 +5,7 @@ "type": "git" }, "platforms": [ - "atmelavr" + "*" ], "frameworks": [ "arduino" @@ -28,4 +28,4 @@ ], "id": 11, "description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices." -} \ No newline at end of file +}