87d6c50e47
Some device include a temperature sensor, usually used as a companion for helping in drift compensation, that measure the die temperature. This temperature IS NOT related to the the ambient temperature, hence a clean separation between the two is required. This commit introduces a clean separation between the two types of temperature leaving the old deprecated definition still there. The list of current drivers that read the die (and not the ambient) temperature is the following: - adxl362 - bma280 - bmg160 - bmi160 - fxos8700 - lis3mdl - lsm6ds0 - lsm6dsl - lsm9ds0 - mpu6050 Signed-off-by: Armando Visconti <armando.visconti@st.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
README.txt | ||
prj.conf | ||
sample.yaml |
README.txt
Title: Thermometer Description: A simple thermometer example -------------------------------------------------------------------------------- Building and Running Project: This project writes the temperature to the console once per second. It can be built and executed on bbc_microbit as follows: make Sample Output: Thermometer Example! arm temp device is 0x20000184, name is TEMP_0 Temperature is 29.5C Temperature is 29.5C Temperature is 29.5C