Skip to content

Commit 6199902

Browse files
authored
Merge pull request #2 from caternuson/typo_fix
Fix Typos in Example
2 parents a8a3e56 + 479edae commit 6199902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vl53l4cd_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# SPDX-License-Identifier: Unlicense
99

10-
# Simple demo of the VL53L1X distance sensor.
10+
# Simple demo of the VL53L4CD distance sensor.
1111
# Will print the sensed range/distance every second.
1212

1313
import board
@@ -21,7 +21,7 @@
2121
vl53.inter_measurement = 0
2222
vl53.timing_budget = 200
2323

24-
print("VL53L14CD Simple Test.")
24+
print("VL53L4CD Simple Test.")
2525
print("--------------------")
2626
model_id, module_type = vl53.model_info
2727
print("Model ID: 0x{:0X}".format(model_id))

0 commit comments

Comments
 (0)