zephyr/drivers/sensor/tmp112
Ryan McClelland dacae94761 drivers: avoid i2c_burst_write where possible
i2c_burst_write can have portability issues with certain i2c
peripherals that can fail when this api is called. This fixes the case
where this can be easily replaced with i2c_write in mcp230xx,
pca95xx, stmpe1600, max17055, and tmp112.

Signed-off-by: Ryan McClelland <ryanmcclelland@fb.com>
2021-12-22 12:14:42 +01:00
..
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
Kconfig drivers: sensor: tmp112: Add default device initialization 2021-11-23 13:12:39 +01:00
tmp112.c drivers: avoid i2c_burst_write where possible 2021-12-22 12:14:42 +01:00
tmp112.h drivers: sensor: tmp112: Add default device initialization 2021-11-23 13:12:39 +01:00