add vl53l1x
This commit is contained in:
parent
90ed296dae
commit
460387ed17
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -863,3 +863,6 @@
|
|||
[submodule "libraries/drivers/ov5640"]
|
||||
path = libraries/drivers/ov5640
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_OV5640.git
|
||||
[submodule "libraries/drivers/vl53l1x"]
|
||||
path = libraries/drivers/vl53l1x
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X.git
|
||||
|
|
|
|||
|
|
@ -430,6 +430,7 @@ These sensors measure the ``distance`` to another object and may also measure li
|
|||
US-100 Ultrasonic Distance Sensor <https://circuitpython.readthedocs.io/projects/us100/en/latest/>
|
||||
VL6180x 5 - 100 mm <https://circuitpython.readthedocs.io/projects/vl6180x/en/latest/>
|
||||
VL53L0x ~30 - 1000 mm <https://circuitpython.readthedocs.io/projects/vl53l0x/en/latest/>
|
||||
VL53L1X ~30 - 4000 mm <https://circuitpython.readthedocs.io/projects/vl53l1x/en/latest/>
|
||||
|
||||
Radio
|
||||
--------
|
||||
|
|
|
|||
1
libraries/drivers/vl53l1x
Submodule
1
libraries/drivers/vl53l1x
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit afcfd91ceb48cdd29a4f06fe2858951dab1609b3
|
||||
Loading…
Reference in a new issue