@PlatformIO Library Registry manifest file

This commit is contained in:
Ivan Kravets 2016-09-03 22:46:49 +03:00 committed by GitHub
parent 77d4eb3f8a
commit b01d520704
1 changed files with 15 additions and 0 deletions

15
library.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "RFcontrol",
"keywords": "rf, 433mhz, arduino",
"description": "Arduino library for 433mhz RF sniffing and receiving.",
"repository":
{
"type": "git",
"url": "https://github.com/pimatic/RFControl.git"
},
"export": {
"exclude": "simulate"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}