Lib Folder Structured to conform Arduino 1.5+ spec
This commit is contained in:
parent
f7f543f751
commit
36b4f71c99
|
@ -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"
|
||||||
|
}
|
||||||
|
|
|
@ -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=*
|
Loading…
Reference in New Issue