Files

35 lines
940 B
JSON
Raw Permalink Normal View History

2023-03-17 11:59:21 +00:00
{
"name": "IRremote",
2026-03-20 17:18:15 +00:00
"version": "4.5.0",
2023-03-17 11:59:21 +00:00
"description": "Send and receive infrared signals with multiple protocols",
2026-03-20 17:18:15 +00:00
"keywords": "communication, infrared, ir, remote",
"homepage": "https://github.com/Arduino-IRremote/Arduino-IRremote",
2023-03-17 11:59:21 +00:00
"repository":
{
"type": "git",
2026-03-20 17:18:15 +00:00
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
2023-03-17 11:59:21 +00:00
},
"authors" :
[
{
"name":"Armin Joachimsmeyer",
2024-09-24 16:54:39 +00:00
"email":"armin.arduino@gmail.com",
"maintainer": true
2023-03-17 11:59:21 +00:00
},
{
"name":"Rafi Khan",
"email":"rafi@rafikhan.io"
},
{
"name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com"
}
],
2026-03-20 17:18:15 +00:00
"license": "MIT",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32", "raspberrypi"],
"headers": "IRRemote.hpp",
"examples": "examples/*/*.ino",
"export": {"exclude": [".github", "pictures"]}
2023-03-17 11:59:21 +00:00
}