We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e497f5e commit 988c856Copy full SHA for 988c856
src/SparkFun_Soil_Moisture_Sensor.h
@@ -69,7 +69,7 @@ class SparkFunSoilMoistureSensorSPI : public sfeDevSoilMoisture
69
// Setup Arduino SPI bus
70
_theSPIBus.init(spiPort, spiSettings, csPin, true);
71
72
- // Begin the sensor and make sure it's connected.
+ // Begin the sensor with the SPI bus connection
73
return (sfeDevSoilMoisture::begin(&_theSPIBus) == kSTkErrOk );
74
}
75
0 commit comments