Skip to content

Commit a249477

Browse files
Create library.json
1 parent 7f5ad9b commit a249477

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

library.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Volume 3",
3+
"description": "Gives tone() functionality with 10-bit volume control with no extra parts!",
4+
"keywords": "volume,control,tone,cone,speaker,pwm,magic",
5+
"authors":
6+
{
7+
"name": "Connor Nishijima",
8+
"email": "connornishijima@gmail.com"
9+
},
10+
"repository":
11+
{
12+
"type": "git",
13+
"url": "https://github.com/connornishijima/arduino-volume3.git"
14+
},
15+
"version": "1.0.0",
16+
"examples": "examples/*.ino",
17+
"frameworks": "arduino",
18+
"platforms":
19+
[
20+
"atmelavr"
21+
]
22+
}

0 commit comments

Comments
 (0)