This commit is contained in:
topicchi
2026-03-20 17:18:15 +00:00
parent 438d6354ae
commit 99748d82ac
105 changed files with 4770 additions and 3467 deletions

View File

@@ -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"]}
}