diff --git a/zh-cn/device-dev/driver/driver-peripherals-sensor-des.md b/zh-cn/device-dev/driver/driver-peripherals-sensor-des.md index 6122876321f65616dea51bc1dba60bf2f0ad4f2d..9114c4ad0d3d345d329b86af8fd7a751844f50c3 100755 --- a/zh-cn/device-dev/driver/driver-peripherals-sensor-des.md +++ b/zh-cn/device-dev/driver/driver-peripherals-sensor-des.md @@ -132,6 +132,8 @@ Sensor驱动模型对外开放的API接口能力的具体实现参考[表1](#tab + + Sensor驱动模型对驱动开发者开放的功能接口,驱动开发者无需实现,直接使用,参考[表2](#table1156812588320): **表2** Sensor驱动模型对驱动开发者开放的功能接口列表 @@ -213,6 +215,8 @@ Sensor驱动模型对驱动开发者开放的功能接口,驱动开发者无 + + Sensor驱动模型要求驱动开发者实现的接口功能,参考[表3](#table1083014911336): **表 3** Sensor驱动模型要求驱动开发者实现的接口列表 @@ -267,6 +271,8 @@ Sensor驱动模型要求驱动开发者实现的接口功能,参考[表3](#tab + + 接口实现参考[开发实例](#section257750691)章节。 ### 开发步骤