InfiniTime.git

ref: 94f41258d52102dc4863d964d43794b34f26cf41

src/libs/arduinoFFT-develop/library.json


 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": "*"
}