ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
I2C read/write functions for TI TMP117. More...
#include "ruuvi_driver_error.h"
Go to the source code of this file.
Functions | |
rd_status_t | ri_i2c_tmp117_write (const uint8_t dev_id, const uint8_t reg_addr, const uint16_t reg_val) |
I2C write function for TMP117. More... | |
rd_status_t | ri_i2c_tmp117_read (const uint8_t dev_id, const uint8_t reg_addr, uint16_t *const reg_val) |
I2C Read function for TMP117. More... | |
I2C read/write functions for TI TMP117.
Definition in file ruuvi_interface_i2c_tmp117.h.