elbear_arduino_bsp/libraries/IRremote/library.json
KLASSENTS e53bac6ba8 Добавлена библиотека IRremote
1. Инициализация hal библиотек, включение тактирования портов, установка вектора прерываний теперь производится в crt0.S
2. Добавлена библиотека IRremote. Для работы использует прерывание таймера timer16_0
Co-authored-by: KLASSENTS <klassen@elron.tech>
Co-committed-by: KLASSENTS <klassen@elron.tech>
2025-01-25 06:52:10 +03:00

31 lines
751 B
JSON

{
"name": "IRremote",
"keywords": "communication, infrared, ir, remote",
"description": "Send and receive infrared signals with multiple protocols",
"repository":
{
"type": "git",
"url": "https://github.com/Arduino-IRremote/Arduino-IRremote.git"
},
"version": "4.4.1",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelmegaavr", "atmelsam", "espressif8266", "espressif32", "ststm32"],
"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"
}
],
"headers": "IRRemote.hpp"
}