diff --git a/README.md b/README.md index 1fc6194..356bea9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ basic.forever(() => { basic.pause(1000) motor.turnLeft(-50) basic.pause(1000) - motor.setPowers(MotorPower.OFF) }) ``` Using the touch sensor to display the current moisture level of the soil.