mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
docs: Add a note for temp_sensor
This commit is contained in:
@@ -15,6 +15,8 @@ The conversion relationship is the first two columns of the table below. Among t
|
||||
| 3 | 1 | -30 ~ 50 |
|
||||
| 4 | 2 | -40 ~ 20 |
|
||||
|
||||
> **Note**: The temperature sensor is integrated directly into the chip. The sensor is designed primarily to measure the internal temperature of the chip, and its readings can be affected by factors such as the microcontroller's clock frequency, I/O load, and the external environment.
|
||||
|
||||
## How to use example
|
||||
|
||||
Before project configuration and build, be sure to set the correct chip target using `idf.py set-target <chip_name>`.
|
||||
|
@@ -12,6 +12,8 @@ The interrupt happens in two ways.
|
||||
* Absolute mode, which means when temperature reaches to a specific value, then interrupt triggered.
|
||||
* Delta mode, which means the change between two consecutive samplings is larger/smaller than the settings.
|
||||
|
||||
> **Note**: The temperature sensor is integrated directly into the chip. The sensor is designed primarily to measure the internal temperature of the chip, and its readings can be affected by factors such as the microcontroller's clock frequency, I/O load, and the external environment.
|
||||
|
||||
## How to use example
|
||||
|
||||
Before project configuration and build, be sure to set the correct chip target using `idf.py set-target <chip_name>`.
|
||||
|
Reference in New Issue
Block a user