From 53af9cae6fe370232b6844ed72882fedfa454852 Mon Sep 17 00:00:00 2001 From: wangshun <1516081466@qq.com> Date: Thu, 8 Sep 2022 23:38:05 +0800 Subject: [PATCH] =?UTF-8?q?"=E4=BF=AE=E6=94=B9=E5=B7=B2=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E6=96=87=E6=A1=A3=EF=BC=9A=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91?= =?UTF-8?q?sensor=5Flist.md=20=E6=96=87=E6=A1=A3=E4=B8=AD=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BA=86Sensirion=E5=85=AC=E5=8F=B8=E7=9A=84SHT3X?= =?UTF-8?q?=E4=BC=A0=E6=84=9F=E5=99=A8=20"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../programming-manual/device/sensor/sensor_list.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/programming-manual/device/sensor/sensor_list.md b/rt-thread-version/rt-thread-standard/programming-manual/device/sensor/sensor_list.md index 8448d36..f674526 100644 --- a/rt-thread-version/rt-thread-standard/programming-manual/device/sensor/sensor_list.md +++ b/rt-thread-version/rt-thread-standard/programming-manual/device/sensor/sensor_list.md @@ -3,7 +3,7 @@ 下面是一份已经对接到 RT-Therad Sensor 框架上的传感器的列表,点击传感器名称即可跳转到相应软件包主页。(本文档不定时更新,如要查看所有支持的传感器的列表,可以查看最新的[软件包索引](https://github.com/RT-Thread/packages/tree/master/peripherals/sensors)。 | 厂商 | 传感器 | 备注 | -| -------------- | ------------------------------------------------------------ | ------------------------ | +| :------------- | ------------------------------------------------------------ | ------------------------ | | **BOSCH** | | | | | **[bma400](https://github.com/RT-Thread-packages/bma400)** | 加速度计、计步计 | | | **[bmi160](https://github.com/RT-Thread-packages/bmi160_bmx160)** | 加速计、陀螺仪 | @@ -31,4 +31,10 @@ | | **[BH1750FVI]()** | 环境光照强度 | | **Richtek** | | | | | **[RT3020](http://packages.rt-thread.org/itemDetail.html?package=rt3020)** | 加速度计 | +| **Sensirion** | | | +| | **[SHT3x](https://github.com/haodongnj/sht3x)** | 温度计、湿度计 | + + + + -- Gitee