Skip to content

Commit 55f5431

Browse files
Update content/arduino-cloud/03.tutorials/iot-remote-phone-sensors/iot-remote-phone-sensors.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent c8e2e37 commit 55f5431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/arduino-cloud/03.tutorials/iot-remote-phone-sensors/iot-remote-phone-sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ At the very top of the sketch we want to do three things, the first one is to in
7070

7171
So start by including and initialising the servo library, and creating an empty integer variable at the top of your sketch.
7272

73-
```
73+
```arduino
7474
#include <Servo.h>
7575
7676
Servo myServo;

0 commit comments

Comments
 (0)