Skip to content

Commit 40bf068

Browse files
authored
Merge pull request #267 from adafruit/simple-soil-sensor
Simple soil sensor
2 parents 2c851e6 + 900c335 commit 40bf068

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"displayName": "Simple Soil Sensor",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"description": "Resistive style soil moisture sensor, measuring the conductivity between the two prongs (Analog signal)",
6+
"productURL": "https://www.adafruit.com/product/6362",
7+
"autoSelectString": "JST",
8+
"mode": "ANALOG",
9+
"direction": "INPUT",
10+
"defaultPeriod": 30,
11+
"analogReadMode": "PIN_VALUE",
12+
"selectReadMode": true,
13+
"visualization": {
14+
"type": "slider"
15+
}
16+
}

0 commit comments

Comments
 (0)