File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 878
878
[submodule "libraries/helpers/esp32s2tft "]
879
879
path = libraries/helpers/esp32s2tft
880
880
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
Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ These sensors measure the ``distance`` to another object and may also measure li
434
434
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/ >
435
435
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/ >
436
436
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/
437
438
438
439
Radio
439
440
--------
You can’t perform that action at this time.
0 commit comments