Skip to content

Commit ded8859

Browse files
authored
Merge pull request #352 from caternuson/add_vl53l1x
Add VL53L1X
2 parents 90ed296 + 460387e commit ded8859

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,3 +863,6 @@
863863
[submodule "libraries/drivers/ov5640"]
864864
path = libraries/drivers/ov5640
865865
url = https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git
866+
[submodule "libraries/drivers/vl53l1x"]
867+
path = libraries/drivers/vl53l1x
868+
url = https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ These sensors measure the ``distance`` to another object and may also measure li
430430
US-100 Ultrasonic Distance Sensor <https://circuitpython.readthedocs.io/projects/us100/en/latest/>
431431
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
432432
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
433+
VL53L1X ~30 - 4000 mm <https://circuitpython.readthedocs.io/projects/vl53l1x/en/latest/>
433434

434435
Radio
435436
--------

libraries/drivers/vl53l1x

Submodule vl53l1x added at afcfd91

0 commit comments

Comments
 (0)