mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-08 22:22:51 +00:00
working on #454
This commit is contained in:
47
library.json
47
library.json
@@ -1,24 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "IRremote",
|
"name": "IRremote",
|
||||||
"keywords": "infrared, ir, remote",
|
"keywords": "infrared, ir, remote",
|
||||||
"description": "Send and receive infrared signals with multiple protocols",
|
"description": "Send and receive infrared signals with multiple protocols",
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/z3t0/Arduino-IRremote.git"
|
"url": "https://github.com/z3t0/Arduino-IRremote.git"
|
||||||
},
|
},
|
||||||
"version": "2.3.3",
|
"license": "LGPL-2.1",
|
||||||
"frameworks": "arduino",
|
"version": "3.0.0",
|
||||||
"platforms": "atmelavr",
|
"frameworks": "arduino",
|
||||||
"authors" :
|
"platforms": "atmelavr",
|
||||||
[
|
"authors" :
|
||||||
{
|
[
|
||||||
"name":"Rafi Khan",
|
{
|
||||||
"email":"zetoslab@gmail.com"
|
"name":"Rafi Khan",
|
||||||
},
|
"email":"zetoslab@gmail.com",
|
||||||
{
|
"url":"https://z3t0.github.io",
|
||||||
"name":"Ken Shirriff",
|
"maintainer": true
|
||||||
"email":"ken.shirriff@gmail.com"
|
},
|
||||||
}
|
{
|
||||||
]
|
"name":"Ken Shirriff",
|
||||||
|
"email":"ken.shirriff@gmail.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
name=IRremote
|
name=IRremote
|
||||||
version=2.2.3
|
version=2.2.3
|
||||||
author=shirriff
|
author= Rafi Khan, Shirriff
|
||||||
maintainer=shirriff
|
maintainer=Rafi Khan
|
||||||
sentence=Send and receive infrared signals with multiple protocols
|
sentence=Send and receive infrared signals with multiple protocols
|
||||||
paragraph=Send and receive infrared signals with multiple protocols
|
paragraph=has extensive support for many different platforms
|
||||||
category=Signal Input/Output
|
category=Signal Input/Output
|
||||||
url=https://github.com/shirriff/Arduino-IRremote.git
|
url=http://z3t0.github.io/Arduino-IRremote/
|
||||||
architectures=*
|
architectures=*
|
||||||
|
|||||||
Reference in New Issue
Block a user