Browse Source

Merge pull request #11 from ivankravets/patch-1

Create library.json
main
Paul Stoffregen 9 years ago
parent
commit
31a761c30e
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      library.json

+ 12
- 0
library.json View File

@@ -0,0 +1,12 @@
{
"name": "SerialFlash",
"keywords": "serial, flash, spi",
"description": "SerialFlash provides low-latency, high performance access to SPI Flash memory with a filesystem-like interface. Familiar file-based functions, similar to the SD library, are used to access data.",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/SerialFlash.git"
},
"frameworks": "arduino",
"platforms": "*"
}

Loading…
Cancel
Save