-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 764 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 764 Bytes
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": "PZEM-004T-v30",
"frameworks": "arduino",
"keywords": "peacefair, pzem, powermeter, v3",
"description": "Enables communication to Peacefair PZEM-004T v3.0 Power and Energy monitor",
"url": "https://github.com/mandulaj/PZEM-004T-v30",
"license": "MIT",
"authors": [
{
"name": "Jakub Mandula",
"url": "https://github.com/mandulaj"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mandulaj/PZEM-004T-v30"
},
"platforms": "atmelavr, ststm32, espressif8266, espressif32",
"version": "1.2.1",
"export": {
"include": [
"README.md",
"LICENSE",
"src/*",
"examples/*"
]
}
}