Browse Source

Merge pull request #132 from ivankravets/patch-4

Add dependent SerialFlash library
dds
Paul Stoffregen 9 years ago
parent
commit
171d82356a
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      library.json

+ 7
- 2
library.json View File

@@ -15,7 +15,12 @@
},
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/Audio"
"type": "git",
"url": "https://github.com/PaulStoffregen/Audio"
},
"dependencies":
{
"name": "SerialFlash",
"frameworks": "arduino"
}
}

Loading…
Cancel
Save