-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibrary.json
32 lines (32 loc) · 940 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
29
30
31
32
{
"name": "MycilaJSY",
"version": "13.0.3",
"description": "Arduino / ESP32 library for the JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333 families single-phase and three-phase AC bidirectional meters from Shenzhen Jiansiyan Technologies Co, Ltd.",
"keywords": "JSY1031, JSY-MK-163, JSY-MK-193, JSY-MK-194, JSY-MK-227, JSY-MK-229, JSY-MK-333",
"homepage": "https://github.com/mathieucarbou/MycilaJSY",
"repository": {
"type": "git",
"url": "https://github.com/mathieucarbou/MycilaJSY.git"
},
"authors": {
"name": "Mathieu Carbou",
"url": "https://github.com/mathieucarbou"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": [
"espressif32"
],
"headers": "MycilaJSY.h",
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"platformio.ini",
"README.md"
]
}
}