Skip to content

Commit 988c856

Browse files
committed
cleanup
1 parent e497f5e commit 988c856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Soil_Moisture_Sensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class SparkFunSoilMoistureSensorSPI : public sfeDevSoilMoisture
6969
// Setup Arduino SPI bus
7070
_theSPIBus.init(spiPort, spiSettings, csPin, true);
7171

72-
// Begin the sensor and make sure it's connected.
72+
// Begin the sensor with the SPI bus connection
7373
return (sfeDevSoilMoisture::begin(&_theSPIBus) == kSTkErrOk );
7474
}
7575

0 commit comments

Comments
 (0)