Skip to content

Commit ca7cee7

Browse files
committed
syntax test complete
1 parent 4136007 commit ca7cee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The following outlines the general use of the library in an Arduino Sketch.
3232

3333
At the start of your sketch, the library header file is included using the following statement:
3434

35-
``` c++
35+
```c++
3636
#include "SparkFun_Soil_Moisture_Sensor.h"
3737
```
3838

3939
Before the arduino ```setup()``` function, create a Soil Sensor object in your file with the following declaration:
4040

4141
For I2C bus:
42-
``` c++
42+
```c++
4343
SparkFunSoilMoistureSensorI2C mySoilSensor; // Create an instance of the sensor class
4444
```
4545

0 commit comments

Comments
 (0)