Skip to content

Commit 4cad9f2

Browse files
committed
[tof100] Fix runtime err
1 parent 1f13afc commit 4cad9f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ext_dev/sensors/tof_opns303x/tof_opns303x_example.py renamed to examples/ext_dev/sensors/tof100/tof100_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
disp = display.Display()
44

5-
tof = ext_dev.opns303x.Opns303x(
5+
tof = ext_dev.tof100.Tof100(
66
4,
7-
ext_dev.opns303x.Resolution.RES_50x50,
7+
ext_dev.tof100.Resolution.RES_50x50,
88
ext_dev.cmap.Cmap.JET,
99
40, 1000)
1010

0 commit comments

Comments
 (0)