forked from gpstar81/GPStarAudio-Serial-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
28 lines (28 loc) · 803 Bytes
/
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
{
"name": "GPStar Audio Serial Library",
"version": "1.2.1",
"description": "A serial communication control library for the GPStar Audio and GPStar Audio XL series of audio boards from GPStar Technologies.",
"keywords": "audio, serial, music, wav",
"authors":
{
"name": "Michael Rajotte",
"url": "https://github.com/gpstar81",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/gpstar81/GPStarAudio-Serial-Library.git"
},
"homepage": "https://github.com/gpstar81/GPStarAudio-Serial-Library",
"export": {
"exclude": [
"linux",
"images",
"instruction manuals"
]
},
"frameworks": "arduino",
"platforms": "*",
"examples": "examples/*/*.ino"
}