Merge pull request #6 from ivankravets/patch-1

PlatformIO Library Registry manifest file
This commit is contained in:
Felix Rusu 2015-01-16 14:49:08 -05:00
commit 8d8a00c87c
1 changed files with 12 additions and 0 deletions

12
library.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "SPIFlash",
"keywords": "flash, spi",
"description": "Library for read/write access to SPI flash memory chips",
"repository":
{
"type": "git",
"url": "https://github.com/LowPowerLab/SPIFlash.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}