From 02cb39b95af19dbec9f020d235f8c9813f13e574 Mon Sep 17 00:00:00 2001 From: lhylhylhy6 Date: Tue, 6 Sep 2022 13:11:33 +0000 Subject: [PATCH] =?UTF-8?q?update=20rt-thread-version/rt-thread-standard/d?= =?UTF-8?q?evelopment-guide/sensor/sensor=5Fdriver=5Fdevelopment.md.=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80=E5=A4=84=E8=A1=A8=E8=BF=B0?= =?UTF-8?q?,**fetchdata**=E4=BF=AE=E6=94=B9=E4=B8=BA**fetch=5Fdata**,?= =?UTF-8?q?=E5=8D=B3=E5=AF=B9=E5=BA=94=E7=9A=84=E5=87=BD=E6=95=B0=E6=8C=87?= =?UTF-8?q?=E9=92=88=E5=90=8D.=E6=AD=A4=E5=A4=84=E8=A1=A8=E8=BF=B0?= =?UTF-8?q?=E7=9A=84=E5=BA=94=E8=AF=A5=E4=B8=BA=E6=AD=A4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lhylhylhy6 --- .../development-guide/sensor/sensor_driver_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/development-guide/sensor/sensor_driver_development.md b/rt-thread-version/rt-thread-standard/development-guide/sensor/sensor_driver_development.md index 464c103..0759de8 100644 --- a/rt-thread-version/rt-thread-standard/development-guide/sensor/sensor_driver_development.md +++ b/rt-thread-version/rt-thread-standard/development-guide/sensor/sensor_driver_development.md @@ -37,7 +37,7 @@ sensor 框架共给出了两个接口(`fetch_data` / `control`),需要在驱动中实现这两个接口。 -**fetchdata** +**fetch_data** 作用: 获取传感器的数据。接口原型: -- Gitee