Skip to content

Commit 5402c86

Browse files
authored
Update VL53L8CX_HelloWorld_SPI.ino
Signed-off-by: Carlo Parata <[email protected]>
1 parent 7656f3d commit 5402c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VL53L8CX_HelloWorld_SPI/VL53L8CX_HelloWorld_SPI.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void setup()
9797
SerialPort.begin(460800);
9898

9999
// Initialize SPI bus.
100-
DEV_SPI.begin(CS_PIN);
100+
DEV_SPI.begin();
101101

102102
// Configure VL53L8CX component.
103103
sensor_vl53l8cx_top.begin();

0 commit comments

Comments
 (0)