aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/arduinoFFT-develop/library.json
blob: 6c35419341a8f5abc8ce7ce67bd362b0bbfd699d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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": "*"
}