diff --git a/library.json b/library.json index a2bf1cb..30ac159 100644 --- a/library.json +++ b/library.json @@ -1,12 +1,12 @@ { "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", + "keywords": "ADAU1401, ADAU1701, ADAU1702, SigmaStudio, DSP, audio", + "description": "An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c", "repository": { "type": "git", "url": "https://github.com/MCUdude/SigmaDSP.git" }, - "version": "1.0.1", + "version": "1.1.0", "authors": { "name": "MCUdude", "url": "https://github.com/MCUdude" diff --git a/library.properties b/library.properties index 0dd8d34..6ce64bd 100755 --- a/library.properties +++ b/library.properties @@ -1,10 +1,9 @@ name=SigmaDSP -version=1.0.1 +version=1.1.0 author=MCUdude maintainer=MCUdude -sentence=An intuitive and easy to use Arduino library for interfacing with the ADAU1701 SigmaDSP +sentence=An intuitive and easy to use Arduino library for interfacing with the AAU1401, ADAU1701 or ADAU1702 audio DSP over i2c paragraph= category=Communication url=https://github.com/MCUdude/SigmaDSP architectures=* -