Skip to content

Commit 66b1dc0

Browse files
authored
Update SparkFun_VL53L1X_Arduino_Library.cpp
1 parent eb2ecac commit 66b1dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_VL53L1X_Arduino_Library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ uint8_t VL53L1X::getDistanceMode()
251251
}
252252

253253
//Set a custom zone from the array of sensors. Minimum of 4x4, maximum of 16x16.
254-
//lower left corner of the array is (0, 0) and upper right is (16, 16)
254+
//lower left corner of the array is (0, 0) and upper right is (15, 15)
255255
void VL53L1X::setUserRoi(UserRoi *roi)
256256
{
257257
uint8_t centerX = (roi->topLeftX + roi->bottomRightX + 1) / 2;

0 commit comments

Comments
 (0)