zephyr/drivers/sensor/sht3xd
Thomas Stranger d25d385145 drivers: sensor: sht3xd: use sys functions for crc and byteorder
replace custom crc8 with sys/crc8
use sys_put/sys_get helpers for byteorder specific operations

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-07-15 06:44:34 -04:00
..
CMakeLists.txt
Kconfig
sht3xd.c drivers: sensor: sht3xd: use sys functions for crc and byteorder 2021-07-15 06:44:34 -04:00
sht3xd.h
sht3xd_trigger.c