Arduino-IRremote/library.json

31 lines
751 B
JSON
Raw Normal View History

{
"name": "IRremote",
"keywords": "communication, infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols",
"repository":
{
"type": "git",
2024-04-08 02:20:49 +08:00
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
},
"version": "4.3.1",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
"authors" :
[
2020-12-07 20:15:41 +08:00
{
"name":"Armin Joachimsmeyer",
2022-09-08 23:33:22 +08:00
"email":"armin.arduino@gmail.com",
"maintainer": true
2020-12-07 20:15:41 +08:00
},
2016-03-23 15:06:24 +08:00
{
"name":"Rafi Khan",
2021-09-07 05:09:48 +08:00
"email":"rafi@rafikhan.io"
2016-03-23 15:06:24 +08:00
},
{
"name":"Ken Shirriff",
"email":"ken.shirriff@gmail.com"
2016-03-23 15:06:24 +08:00
}
],
"headers": "IRRemote.hpp"
}