From 4a655e79370b99382eb3b2aa790468f15ddbd443 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Tue, 14 May 2019 17:45:26 +0900 Subject: [PATCH] add library info --- library.json | 20 ++++++++++++++++++++ library.properties | 9 +++++++++ 2 files changed, 29 insertions(+) create mode 100644 library.json create mode 100644 library.properties diff --git a/library.json b/library.json new file mode 100644 index 0000000..5fbe533 --- /dev/null +++ b/library.json @@ -0,0 +1,20 @@ +{ + "name": "TCS34725", + "keywords": "i2c,wire,color,sensor", + "description": "Arduino library for TCS34725 RGB Color Sensor", + "repository": + { + "type": "git", + "url": "https://github.com/hideakitai/TCS34725.git" + }, + "authors": + { + "name": "Hideaki Tai", + "url": "https://github.com/hideakitai", + "maintainer": true + }, + "version": "0.1.0", + "license": "MIT", + "frameworks": "arduino", + "platforms": "*" +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..838207c --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=TCS34725 +version=0.1.0 +author=hideakitai +maintainer=hideakitai +sentence=Arduino library for TCS34725 RGB Color Sensor +paragraph=Arduino library for TCS34725 RGB Color Sensor +category=Device Control +url=https://github.com/hideakitai +architectures=*