| Pin | Function | |-----|----------| | VCC | 3.3V β 5V DC | | GND | Ground | | DO | Digital output (LOW = wet, HIGH = dry) | | AO | Analog output (0β5V, higher voltage = more wet) |
Hereβs a structured content piece focused on β useful for a blog, tech guide, or product page. yl105 datasheet better
Thatβs it. But for a implementation, you need these missing parameters: | Pin | Function | |-----|----------| | VCC | 3
// DO NOT DO THIS void setup() pinMode(2, OUTPUT); digitalWrite(2, LOW); delay(1); // Too short! Datasheet says 18ms minimum pinMode(2, INPUT); yl105 datasheet better