Skip to content

Commit d3cfc0d

Browse files
committed
syntax test
1 parent cb19cf2 commit d3cfc0d

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
@@ -39,12 +39,12 @@ At the start of your sketch, the library header file is included using the follo
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

4646
For SPI bus:
47-
``` .c++
47+
```c++
4848
SparkFunSoilMoistureSensorSPI mySoilSensor; // Create an instance of the sensor class
4949
```
5050

0 commit comments

Comments
 (0)