aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/arduinoFFT-develop/library.json
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-05-28 03:03:49 +0200
committerJF <JF002@users.noreply.github.com>2023-06-17 17:46:48 +0200
commit505520d83b59e74cb567a3a1e6e55d910faec522 (patch)
treeb9f67465ea3e08156ab33440d5644b39c7a5e774 /src/libs/arduinoFFT-develop/library.json
parent473a0795d6fbad10fcf769cae3095bb85aa86d59 (diff)
arduinofft: Move to submodule, define srqt_internal externally
Diffstat (limited to 'src/libs/arduinoFFT-develop/library.json')
-rw-r--r--src/libs/arduinoFFT-develop/library.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libs/arduinoFFT-develop/library.json b/src/libs/arduinoFFT-develop/library.json
deleted file mode 100644
index 6c354193..00000000
--- a/src/libs/arduinoFFT-develop/library.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "arduinoFFT",
- "keywords": "FFT, Fourier, FDT, frequency",
- "description": "A library for implementing floating point Fast Fourier Transform calculations.",
- "repository":
- {
- "type": "git",
- "url": "https://github.com/kosme/arduinoFFT.git"
- },
- "authors":
- [
- {
- "name": "Enrique Condes",
- "email": "enrique@shapeoko.com",
- "maintainer": true
- },
- {
- "name": "Didier Longueville",
- "url": "http://www.arduinoos.com/",
- "email": "contact@arduinoos.com"
- },
- {
- "name": "Bim Overbohm",
- "url": "https://github.com/HorstBaerbel",
- "email": "bim.overbohm@googlemail.com"
- }
- ],
- "version": "1.9.2",
- "frameworks": ["arduino","mbed","espidf"],
- "platforms": "*"
-}