This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "IRremote",
|
||||
"keywords": "communication, infrared, ir, remote",
|
||||
"version": "4.5.0",
|
||||
"description": "Send and receive infrared signals with multiple protocols",
|
||||
"keywords": "communication, infrared, ir, remote",
|
||||
"homepage": "https://github.com/Arduino-IRremote/Arduino-IRremote",
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/z3t0/Arduino-IRremote.git"
|
||||
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
|
||||
},
|
||||
"version": "4.3.0",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
|
||||
"authors" :
|
||||
[
|
||||
{
|
||||
@@ -26,5 +25,10 @@
|
||||
"email":"ken.shirriff@gmail.com"
|
||||
}
|
||||
],
|
||||
"headers": "IRRemote.hpp"
|
||||
"license": "MIT",
|
||||
"frameworks": "arduino",
|
||||
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32", "raspberrypi"],
|
||||
"headers": "IRRemote.hpp",
|
||||
"examples": "examples/*/*.ino",
|
||||
"export": {"exclude": [".github", "pictures"]}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user