diff --git a/docs/doc/en/modules/tof.md b/docs/doc/en/modules/tof.md index d0608891..4054db1b 100644 --- a/docs/doc/en/modules/tof.md +++ b/docs/doc/en/modules/tof.md @@ -38,7 +38,7 @@ PMOD_TOF100 is a 100x100 TOF module that can be used for distance measurement or | Laser Emitter | 940nm VCSEL | | Frame Rate | 5~20fps | -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). +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). You can also refer to our demo APP to write your application code. diff --git a/docs/doc/zh/modules/tof.md b/docs/doc/zh/modules/tof.md index 24aef658..dd5bcaf8 100644 --- a/docs/doc/zh/modules/tof.md +++ b/docs/doc/zh/modules/tof.md @@ -38,10 +38,8 @@ PMOD_TOF100 是一个 100x100 TOF 模块, 可用于测距或者地形检测, 模 |激光发射器|940nm VCSEL| |帧率|5~20fps| -安装 PMOD_TOF100 模块后, 可以使用 MaixPy 提供的 API 获得模块测得的距离数据矩阵、伪彩图、最近一帧数据中的最小最大以及中心距离的值和对应的坐标等信息, 详情见 [模块 API 文档](../../../api/maix/ext_dev/opns303x0.md) +安装 PMOD_TOF100 模块后, 可以使用 MaixPy 提供的 API 获得模块测得的距离数据矩阵、伪彩图、最近一帧数据中的最小最大以及中心距离的值和对应的坐标等信息, 详情见 [模块 API 文档](../../../api/maix/ext_dev/tof100.md) 您也可以参考我们的效果演示 APP 编写您的应用代码. Sipeed 官方有另外[两款 TOF 模块](https://wiki.sipeed.com/hardware/zh/maixsense/index.html) 可以用来测距,可以购买使用串口通信使用。 - -