Skip to content

Commit

Permalink
Update library manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Oct 6, 2020
1 parent b4a18d0 commit de61389
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "SigmaDSP",
"keywords": "ADAU1701, SigmaStudio, DSP, audio",
"description": "An intuitive and easy to use Arduino library for interfacing with the ADAU1701 audio DSP over i2c",
"repository": {
"type": "git",
"url": "https://github.com/MCUdude/SigmaDSP.git"
},
"version": "1.0.0",
"authors": {
"name": "MCUdude",
"url": "https://github.com/MCUdude"
},
"exclude": [
".github"
],
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=SigmaDSP
version=1.0.0
author=MCUdude
maintainer=MCUdude
sentence=Arduino library for interfacing with the ADAU1701 Sigma DSP
sentence=An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP
paragraph=
category=Communication
url=https://github.com/MCUdude/SigmaDSP
Expand Down

0 comments on commit de61389

Please sign in to comment.