You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,16 @@ make
28
28
```
29
29
Note: if you have a Pico W, append `-DPICO_BOARD=pico_w` to the `cmake` command.
30
30
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)|
32
41
33
42
# Documentation
34
43
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