Skip to content

Commit a1d39b9

Browse files
committed
Update pin connections
1 parent 8da21c0 commit a1d39b9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@ make
2828
```
2929
Note: if you have a Pico W, append `-DPICO_BOARD=pico_w` to the `cmake` command.
3030

31-
This will build the example code. The resulting uf2 file in the `build/examples/continuous_measurement` can be uploaded to a Pico/Pico W. This example shows how to initialize and use the VL53L1X sensor to continously measure.
31+
This will build the example code. The resulting uf2 file in the `build/examples/continuous_measurement` can be uploaded to a Pico/Pico W. This example shows how to initialize and use the VL53L1X sensor to continously measure. The sensor must be attached to the following pins:
32+
33+
| VL53L1X | Pico |
34+
| ------ | ----- |
35+
| VDD | Unconnected (Provides 2.8V)
36+
| VIN | 3V3 |
37+
| GND | GND |
38+
| SDA | GPIO4 |
39+
| SDA | GPIO5 |
40+
| XSHUT | Unconnected (Used to reset device)|
3241

3342
# Documentation
3443
The header files all have extensive documentation on the purpose of each function, which can be supplemented by the *STMicroelectronics VL53L1X Ultra Lite Driver User Manual (UM2510)*.

0 commit comments

Comments
 (0)