Skip to content

Commit 88fadc5

Browse files
authored
library.json
Description for registration on PlatformIO.
1 parent 2dcb1d9 commit 88fadc5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

library.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "SensorT25",
3+
"keywords": "sensor, temperature, 433MHz, Sencor",
4+
"description": "Arduino Library for Sencor wireless sensor T25",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/miklik72/SensorT25.git"
9+
},
10+
"authors":
11+
[
12+
{
13+
"name": "Martin Mikala",
14+
"email": "dev@miklik.cz",
15+
"maintainer": true
16+
},
17+
],
18+
}

0 commit comments

Comments
 (0)