forked from baldram/ESP_VS1053_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 769 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 769 Bytes
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
{
"name": "ESP_VS1053_Library",
"version": "1.1.1",
"keywords": "vs1053, esp8266, esp32, nodemcu, codec, mp3",
"description": "This is a driver library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards",
"authors": [
{
"name": "Marcin Szalomski",
"email": "baldram+gh@gmail.com",
"url": "https://twitter.com/baldram",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/baldram/ESP_VS1053_Library.git"
},
"frameworks": "arduino",
"platforms": ["espressif32", "espressif8266"],
"examples": [
"[Ee]xamples/*.cpp",
"[Ee]xamples/*.ino",
"[Ee]xamples/*.h",
"[Ee]xamples/*/*.cpp",
"[Ee]xamples/*/*.ino",
"[Ee]xamples/*/*.h"
]
}