From 78eba7f256d577832b33674719a71d419ef7dad7 Mon Sep 17 00:00:00 2001 From: Hideaki Tai Date: Tue, 23 Jun 2020 20:08:04 +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..86a7b2d --- /dev/null +++ b/library.json @@ -0,0 +1,20 @@ +{ + "name": "Tween", + "keywords": "easing, tween", + "description": "Tween library for Arduino", + "repository": + { + "type": "git", + "url": "https://github.com/hideakitai/Tween.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..14d6a3d --- /dev/null +++ b/library.properties @@ -0,0 +1,9 @@ +name=Tween +version=0.1.0 +author=hideakitai +maintainer=hideakitai +sentence=Tween library for Arduino +paragraph=Tween library for Arduino +category=Data Processing +url=https://github.com/hideakitai +architectures=*