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 ca7cee7 commit e18f542Copy full SHA for e18f542
README.md
@@ -32,9 +32,9 @@ 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
0 commit comments