Lib Folder Structured to conform Arduino 1.5+ spec

This commit is contained in:
Charles 2016-02-07 02:39:34 +01:00
parent f7f543f751
commit 36b4f71c99
4 changed files with 27 additions and 0 deletions

18
library.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "LibTeleinfo",
"keywords": "teleinfo, french, meter, power, erdf, linky",
"description": "Teleinfo French power meter reader and decoding",
"repository":
{
"type": "git",
"url": "https://github.com/hallard/LibTeleinfo/Libteleinfo.git"
},
"authors":
{
"name": "Charles-Henri Hallard",
"url": "http://hallard.me"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}

9
library.properties Normal file
View File

@ -0,0 +1,9 @@
name=LibTeleinfo
version=1.0.0
author=Charles-Henri Hallard <hallard.me>
maintainer=Charles-Henri Hallard <community.hallard.me>
sentence=Teleinfo French power meter reader and decoding
paragraph=This is a generic Teleinfo French Meter Measure Library, it can be used on Arduino, Particle, ESP8266, Raspberry PI or anywhere you can do Cpp coding.
category=Communication
url=https://github.com/hallard/LibTeleinfo
architectures=*