mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
fixed temperature humidity range
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 102 KiB |
@@ -37,6 +37,8 @@ The Unit's Grove interface is black, indicating an analog interface that needs t
|
||||
|
||||
*The below code is incomplete(just for usage). If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ANGLE/Arduino).*
|
||||
|
||||
Example function: Display the digital quantity corresponding to the Unit output voltage value on the screen, the range is 0 ~ 4095
|
||||
|
||||
```arduino
|
||||
#include <M5Stack.h>
|
||||
// select the input pin for the potentiometer
|
||||
|
||||
+2
-2
@@ -16,10 +16,10 @@ temperature and humidity sensor and absolute barometric pressure sensor. Connect
|
||||
## Feature
|
||||
|
||||
- Temperature:
|
||||
- measuring range: 20 ~ 60℃
|
||||
- measuring range: -20 ~ 60 ℃
|
||||
- resolution: ±0.2℃
|
||||
- Humidity:
|
||||
- measuring range: 20 ~ 95℃
|
||||
- measuring range: 20 ~ 95 %RH
|
||||
- resolution: 0.1%
|
||||
- Air pressure
|
||||
- measuring range: 300 ~ 1100hPa
|
||||
|
||||
+2
-2
@@ -13,10 +13,10 @@
|
||||
## 特徴
|
||||
|
||||
- 温度:
|
||||
- 計測範囲: 20 ~ 60℃
|
||||
- 計測範囲: -20 ~ 60 ℃
|
||||
- 精度: ±0.2℃
|
||||
- 湿度:
|
||||
- 計測範囲: 20 ~ 95℃
|
||||
- 計測範囲: 20 ~ 95 %RH
|
||||
- 精度: 0.1%
|
||||
- 気圧:
|
||||
- 計測範囲: 300 ~ 1100hPa
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
|
||||
*以下仅为用法示意,并不完整。如果需要完整例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ANGLE/Arduino)。*
|
||||
|
||||
例程功能:在屏幕上显示 Unit 输出电压值对应的数字量,范围是 0 ~ 4095
|
||||
|
||||
```arduino
|
||||
#include <M5Stack.h>
|
||||
// select the input pin for the potentiometer
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
## 特性
|
||||
|
||||
- 温度测量
|
||||
- 范围: 20 ~ 60 ℃
|
||||
- 范围: -20 ~ 60 ℃
|
||||
- 精度: ±0.2 ℃
|
||||
- 湿度测量
|
||||
- 范围: 20 ~ 95 %RH
|
||||
|
||||
Reference in New Issue
Block a user