From 584432c7c2794ece8ab21c41e0b767e9eb751056 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 10 May 2016 10:57:14 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..dc2bce7 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "SparkFun_APDS9960", + "keywords": "gesture, light, rgb, sensor", + "description": "Library for the light, RGB, and gesture sensor Avago APDS-9960", + "repository": + { + "type": "git", + "url": "https://github.com/sparkfun/SparkFun_APDS-9960_Sensor_Arduino_Library.git" + }, + "version": "1.4.2", + "frameworks": "arduino", + "platforms": "*" +}