Skip to content

Commit a7802b1

Browse files
committed
Add support for Platformio library registry
1 parent a998974 commit a7802b1

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": "Etherkit Si5351",
3+
"keywords": "si5351",
4+
"description": "A full-featured library for the Si5351 series of clock generator ICs from Silicon Labs",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/etherkit/Si5351Arduino"
9+
},
10+
"authors":
11+
[
12+
{
13+
"name": "Jason Milldrum",
14+
"email": "milldrum@gmail.com",
15+
"url": "http://nt7s.com",
16+
"maintainer": true
17+
}
18+
],
19+
"version": "2.1.4",
20+
"frameworks": "arduino",
21+
"platforms": "*"
22+
}

0 commit comments

Comments
 (0)