Skip to content

Commit a2d2cda

Browse files
committed
[driver] Added vl53 ext submodule
1 parent 0665e1b commit a2d2cda

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@
5252
[submodule "ext/segger/rtt"]
5353
path = ext/segger/rtt
5454
url = git@github.com:modm-ext/segger-rtt.git
55+
[submodule "ext/vl53/vl53"]
56+
path = ext/vl53/vl53
57+
url = git@github.com:modm-ext/vl53-partial.git

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,6 @@ your specific needs.
871871
<td align="center"><a href="https://modm.io/reference/module/modm-driver-touch2046">TOUCH2046</a></td>
872872
<td align="center"><a href="https://modm.io/reference/module/modm-driver-vl53l0">VL53L0</a></td>
873873
</tr><tr>
874-
<td align="center"><a href="https://modm.io/reference/module/modm-vl53-vl53l5cx">VL53L5CX</a></td>
875-
<td align="center"><a href="https://modm.io/reference/module/modm-vl53-vl53lmz">VL53L7/VL53L8</a></td>
876874
<td align="center"><a href="https://modm.io/reference/module/modm-driver-vl6180">VL6180</a></td>
877875
<td align="center"><a href="https://modm.io/reference/module/modm-driver-ws2812">WS2812</a></td>
878876
</tr>

ext/vl53/vl53

Submodule vl53 added at e41b856

0 commit comments

Comments
 (0)