Skip to content

Commit dd096ca

Browse files
committed
fix layout
1 parent f7e54f8 commit dd096ca

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,10 @@ The value returned is from 0 (100% wet) to 1024 (0% web - "dry"). The value is a
7373
The Soil Sensor has user controllable LED and the library has two methods to control if the LED is on or off. The following example shows how to *wink* the LED.
7474

7575
```c++
76-
// Wink the LED during the reading
77-
mySoilSensor.LEDOn();
78-
delay(100);
79-
mySoilSensor.LEDOff();
80-
76+
// Wink the LED during the reading
77+
mySoilSensor.LEDOn();
78+
delay(100);
79+
mySoilSensor.LEDOff();
8180
```
8281
8382
## Examples

0 commit comments

Comments
 (0)