From 48033158fcf45850a3dcebc467406f4cd449c9ee Mon Sep 17 00:00:00 2001 From: sunxuejiao Date: Thu, 17 Mar 2022 19:03:08 +0800 Subject: [PATCH] modify sensor/vibrator/light file Signed-off-by: sunxuejiao --- zh-cn/device-dev/driver/driver-peripherals-sensor-des.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 6122876321..9114c4ad0d 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)章节。 ### 开发步骤 -- GitLab