Skip to content

Commit 4ee246b

Browse files
committed
Added VL53L4CD to bundle
1 parent e860084 commit 4ee246b

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
@@ -878,3 +878,6 @@
878878
[submodule "libraries/helpers/esp32s2tft"]
879879
path = libraries/helpers/esp32s2tft
880880
url = https://github.com/adafruit/Adafruit_CircuitPython_ESP32S2TFT.git
881+
[submodule "libraries/drivers/vl53l4cd"]
882+
path = libraries/drivers/vl53l4cd
883+
url = https://github.com/adafruit/Adafruit_CircuitPython_VL53L4CD.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ These sensors measure the ``distance`` to another object and may also measure li
434434
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
435435
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
436436
VL53L1X ~30 - 4000 mm <https://circuitpython.readthedocs.io/projects/vl53l1x/en/latest/>
437+
VL53L4CD Time of Flight <https://circuitpython.readthedocs.io/projects/vl53l4cd/en/latest/
437438

438439
Radio
439440
--------

libraries/drivers/vl53l4cd

Submodule vl53l4cd added at a8a3e56

0 commit comments

Comments
 (0)