From de61389930ce0579f419971ed82ee3c980433c19 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Tue, 6 Oct 2020 19:39:56 +0200 Subject: [PATCH] Update library manifest files --- library.json | 19 +++++++++++++++++++ library.properties | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..466b0e0 --- /dev/null +++ b/library.json @@ -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": "*" +} diff --git a/library.properties b/library.properties index 3a4aed7..3acfef3 100755 --- a/library.properties +++ b/library.properties @@ -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