Skip to content

Commit cd09875

Browse files
authored
Merge pull request #149 from MK16kawai/dev
docs(tof): fix incorrect API documentation link
2 parents 16b1fd2 + d3914d6 commit cd09875

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/doc/en/modules/tof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PMOD_TOF100 is a 100x100 TOF module that can be used for distance measurement or
3838
| Laser Emitter | 940nm VCSEL |
3939
| Frame Rate | 5~20fps |
4040

41-
After installing the PMOD_TOF100 module, you can use the API provided by MaixPy to obtain the distance data matrix, pseudo-color images, and the minimum, maximum, and center distance values and their corresponding coordinates from the latest frame data. For details, see [Module API Documentation](../../../api/maix/ext_dev/opns303x0.md).
41+
After installing the PMOD_TOF100 module, you can use the API provided by MaixPy to obtain the distance data matrix, pseudo-color images, and the minimum, maximum, and center distance values and their corresponding coordinates from the latest frame data. For details, see [Module API Documentation](../../../api/maix/ext_dev/tof100.md).
4242

4343
You can also refer to our demo APP to write your application code.
4444

docs/doc/zh/modules/tof.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ PMOD_TOF100 是一个 100x100 TOF 模块, 可用于测距或者地形检测, 模
3838
|激光发射器|940nm VCSEL|
3939
|帧率|5~20fps|
4040

41-
安装 PMOD_TOF100 模块后, 可以使用 MaixPy 提供的 API 获得模块测得的距离数据矩阵、伪彩图、最近一帧数据中的最小最大以及中心距离的值和对应的坐标等信息, 详情见 [模块 API 文档](../../../api/maix/ext_dev/opns303x0.md)
41+
安装 PMOD_TOF100 模块后, 可以使用 MaixPy 提供的 API 获得模块测得的距离数据矩阵、伪彩图、最近一帧数据中的最小最大以及中心距离的值和对应的坐标等信息, 详情见 [模块 API 文档](../../../api/maix/ext_dev/tof100.md)
4242

4343
您也可以参考我们的效果演示 APP 编写您的应用代码.
4444

4545
Sipeed 官方有另外[两款 TOF 模块](https://wiki.sipeed.com/hardware/zh/maixsense/index.html) 可以用来测距,可以购买使用串口通信使用。
46-
47-

0 commit comments

Comments
 (0)