Files
MySensors/library.json
2016-12-31 10:48:38 +01:00

29 lines
668 B
JSON

{
"name": "MySensors",
"keywords": "framework, sensor, rf",
"description": "Home Automation Framework. Create your own wireless sensor mesh using NRF24L01+, RFM69 and RFM95 radios running on Arduino or ESP8266. Over-the-air updates and MySensors support in 16+ home automation controllers.",
"repository":
{
"type": "git",
"url": "https://github.com/mysensors/MySensors.git"
},
"version": "2.2.0-beta",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"atmelsam",
"espressif"
],
"exclude": [
"tests",
"Documentation"
],
"build": {
"srcFilter": [
"+<*.c>",
"+<*.cpp>",
"+<*.h>"
]
}
}