Skip to content

Commit 0ba391d

Browse files
committed
Fix small typos
1 parent 579fb32 commit 0ba391d

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/05.nicla/boards/nicla-vision/tutorials/proximity

1 file changed

+2
-2
lines changed

content/hardware/05.nicla/boards/nicla-vision/tutorials/proximity/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this tutorial you will use the Nicla Vision to detect proximity, thanks to th
2222

2323
This tutorial goes through how to create a sketch that will blink the built-in RGB LED and control the speed of its blink with the proximity values. It can be useful for future projects where there is a need to control the camera only when something is detected in front of the sensor.
2424

25-
***The Arduino sketch shown is available inside the `Arduino_Pro_Tutorials` library by going to `Examples > Nicla Vision > Proximity_Blink***
25+
***The Arduino sketch shown is available inside the `Arduino_Pro_Tutorials` library by going to Examples > Nicla Vision > Proximity_Blink***
2626

2727
## Goals
2828
The goals of this project are:
@@ -105,7 +105,7 @@ The sketch is going to get the reading on every loop, store it and then the stat
105105
### Complete Sketch
106106
107107
```cpp
108-
#include <Wire.h>
108+
#include <Wire.h>
109109
#include "VL53L1X.h"
110110
VL53L1X proximity(Wire1);
111111

0 commit comments

Comments
 (0)