-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
57 lines (57 loc) · 1.27 KB
/
library.json
File metadata and controls
57 lines (57 loc) · 1.27 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "PulseWetProbe",
"version": "0.3.7",
"description": "MCU-only Arduino library for pulsed electrode wetness, soil moisture, surface state, and conductivity-trend sensing with board-aware defaults, calibration, filtering, diagnostics, low-power sampling, and conservative anti-corrosion behavior.",
"keywords": [
"arduino",
"arduino-library",
"esp32",
"avr",
"samd",
"renesas",
"rp2040",
"stm32",
"teensy",
"soil-moisture",
"wetness",
"wet-dry",
"electrode-sensor",
"conductivity-trend",
"capacitive-sensor",
"surface-sensing",
"brine",
"ice-risk",
"low-power",
"industrial-iot",
"sensor-calibration",
"signal-filtering"
],
"repository": {
"type": "git",
"url": "https://github.com/Parvaz-Jamei/PulseWetProbe-Arduino.git"
},
"authors": [
{
"name": "Parvaz Jamei",
"email": "parvaz.nic@gmail.com",
"url": "https://github.com/Parvaz-Jamei",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "PulseWetProbe.h",
"export": {
"exclude": [
".github",
"test",
"validation/raw",
"ci-logs",
"sketches-reports",
".pio",
".arduino",
"build"
]
}
}