mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-21 00:32:51 +00:00
Merge pull request #90 from ivankravets/patch-1
PlatformIO Library Manager manifest file
This commit is contained in:
12
library.json
Normal file
12
library.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "IRremote",
|
||||||
|
"keywords": "infrared, ir, remote",
|
||||||
|
"description": "Send and receive infrared signals with multiple protocols",
|
||||||
|
"repository":
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/shirriff/Arduino-IRremote.git"
|
||||||
|
},
|
||||||
|
"frameworks": "arduino",
|
||||||
|
"platforms": "atmelavr"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user