Browse Source

add library.json

dds
PaulStoffregen 10 years ago
parent
commit
567e9505bf
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      library.json

+ 19
- 0
library.json View File

{
"name": "Audio",
"frameworks": "Arduino",
"platforms": "Teensy",
"keywords": "sound, audio, FFT, filter, effect",
"description": "Teensy Audio Library",
"url": "http://www.pjrc.com/teensy/td_libs_Audio.html",
"downloadUrl": "http://www.pjrc.com/teensy/arduino_libraries/Audio.zip",
"authors":
{
"name": "Paul Stoffregen",
"maintainer": true
}
"repository":
{
"name": "git",
"url": "https://github.com/PaulStoffregen/Audio"
}
}

Loading…
Cancel
Save