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 4136007 commit ca7cee7Copy full SHA for ca7cee7
README.md
@@ -32,14 +32,14 @@ The following outlines the general use of the library in an Arduino Sketch.
32
33
At the start of your sketch, the library header file is included using the following statement:
34
35
-``` c++
+```c++
36
#include "SparkFun_Soil_Moisture_Sensor.h"
37
```
38
39
Before the arduino ```setup()``` function, create a Soil Sensor object in your file with the following declaration:
40
41
For I2C bus:
42
43
SparkFunSoilMoistureSensorI2C mySoilSensor; // Create an instance of the sensor class
44
45
0 commit comments