Skip to content

Commit 5c3980b

Browse files
committed
syntax test
1 parent fe688b9 commit 5c3980b

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
@@ -40,13 +40,13 @@ Before the arduino ```setup()``` function, create a Soil Sensor object in your f
4040

4141
For I2C bus:
4242

43-
~~~cpp
43+
~~~c
4444
SparkFunSoilMoistureSensorI2C mySoilSensor; // Create an instance of the sensor class
4545
~~~
4646

4747
For SPI bus:
4848

49-
~~~cpp
49+
~~~c
5050
SparkFunSoilMoistureSensorSPI mySoilSensor; // Create an instance of the sensor class
5151
~~~
5252

0 commit comments

Comments
 (0)