zephyr/drivers/sensor/sgp40
Gerard Marull-Paretas 546dd95ed5 drivers: sensor: sgp40: fix ticks variable types
The result of temperature and relative humidity ticks ranges from 0 to
65535 which is the range of a uint16_t variable. Intermediate tmp
variable type has also been adjusted.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-08-30 13:42:18 -04:00
..
CMakeLists.txt
Kconfig
sgp40.c drivers: sensor: sgp40: fix ticks variable types 2021-08-30 13:42:18 -04:00
sgp40.h drivers: sensor: SGP40: convert to `i2c_dt_spec` 2021-08-17 12:40:17 -05:00