diff options
Diffstat (limited to 'src/libs/arduinoFFT-develop/library.json')
| -rw-r--r-- | src/libs/arduinoFFT-develop/library.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/libs/arduinoFFT-develop/library.json b/src/libs/arduinoFFT-develop/library.json new file mode 100644 index 00000000..6c354193 --- /dev/null +++ b/src/libs/arduinoFFT-develop/library.json @@ -0,0 +1,31 @@ +{ + "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": "*" +} |
