Files
SyncHome/trunk/Arduino/libraries/IRremote/library.json
topicchi 99748d82ac
2026-03-20 17:18:15 +00:00

35 lines
940 B
JSON

{
"name": "IRremote",
"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/Arduino-IRremote/Arduino-IRremote.git"
},
"authors" :
[
{
"name":"Armin Joachimsmeyer",
"email":"armin.arduino@gmail.com",
"maintainer": true
},
{
"name":"Rafi Khan",
"email":"rafi@rafikhan.io"
},
{
"name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com"
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32", "raspberrypi"],
"headers": "IRRemote.hpp",
"examples": "examples/*/*.ino",
"export": {"exclude": [".github", "pictures"]}
}