소스 검색

add library.json

dds
PaulStoffregen 10 년 전
부모
커밋
567e9505bf
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  1. +19
    -0
      library.json

+ 19
- 0
library.json 파일 보기

@@ -0,0 +1,19 @@
{
"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…
취소
저장