From da6c8b3e7ab9df3bd1ffcd7b5b3f1854933cd895 Mon Sep 17 00:00:00 2001 From: kbfcy Date: Thu, 27 Apr 2023 19:05:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BA=86=E6=96=87=E6=A1=A3=E4=B8=AD=E6=97=A0=E6=95=88?= =?UTF-8?q?=E6=97=A7=E9=93=BE=E6=8E=A5https://www.rt-thread.org/document/s?= =?UTF-8?q?ite/development-guide/sensor/sensor=5Fdriver=5Fdevelopment/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: kbfcy --- .../rt-thread-standard/tutorial/temperature-system/sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/tutorial/temperature-system/sensor.md b/rt-thread-version/rt-thread-standard/tutorial/temperature-system/sensor.md index 36d7c92..5c8f757 100644 --- a/rt-thread-version/rt-thread-standard/tutorial/temperature-system/sensor.md +++ b/rt-thread-version/rt-thread-standard/tutorial/temperature-system/sensor.md @@ -211,7 +211,7 @@ rt_hw_sensor_register(sensor_temp, name, RT_DEVICE_FLAG_RDONLY, RT_NULL); 哇!成功将 ds18b20 注册成传感器设备了,可喜可贺!!! -传感器驱动对接 Sensor 框架的操作中的更多细节,请在 RT-Thread 的文档中心中查看,[点击此处跳转](https://www.rt-thread.org/document/site/development-guide/sensor/sensor_driver_development/)。 +传感器驱动对接 Sensor 框架的操作中的更多细节,请在 RT-Thread 的文档中心中查看,[点击此处跳转](https://www.rt-thread.org/document/site/#/rt-thread-version/rt-thread-standard/programming-manual/device/sensor/sensor)。 ## 在线程中读取温度数据 -- Gitee