Skip to content

Commit 7ddcd12

Browse files
committed
Merge pull request arduino#308 from ivankravets/patch-1
@platformio Library Registry manifest file
2 parents df0daa5 + d6a3e14 commit 7ddcd12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

libraries/MySensors/library.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "MySensors",
3+
"keywords": "framework, sensor, rf",
4+
"description": "Home Automation Framework. Create your own wireless sensor mesh using NRF24L01+ and RFM69 radios running on Arduino or ESP8266. Over-the-air updates and MySensors support in 16+ home automation controllers.",
5+
"include": "libraries/MySensors",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/mysensors/Arduino.git"
10+
},
11+
"frameworks": "arduino",
12+
"platforms": "*"
13+
}

0 commit comments

Comments
 (0)