Home
last modified time | relevance | path

Searched refs:AHT20_TEMP_CONSATNT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/chipset/temperature/
H A Dtemperature_aht20.h51 #define AHT20_TEMP_CONSATNT 500 // 50 * 10 macro
H A Dtemperature_aht20.c69 …Data->temperature = ((tempValue * AHT20_TEMP_SLOPE) / AHT20_TEMP_RESOLUTION) - AHT20_TEMP_CONSATNT; in ReadAht20RawData()