- Author
- Otso Jousimaa otso@.nosp@m.ojou.nosp@m.sima..nosp@m.net
- Date
- 2019-08-10
- Copyright
- Ruuvi Innovations Ltd, license BSD-3-Clause.
Interface for SHTCX basic usage. The underlying platform must provide functions for I2C access.
Testing the interface with ruuvi_driver_sensor_test.h
uint8_t handle = 0;
handle = RUUVI_BOARD_RUUVI_BOARD_SHTCX_I2C_ADDRESS;
err_code = test_sensor_init(init, bus, handle);
err_code = test_sensor_setup(init, bus, handle);
err_code = test_sensor_modes(init, bus, handle);
uint32_t rd_status_t
bitfield for representing errors
#define RD_ERROR_CHECK(error, mask)
Shorthand macro for calling the rd_error_check with current file & line.
#define RD_SUCCESS
Internal Error.
#define RD_ERROR_SELFTEST
Self-test fail.
rd_status_t ri_shtcx_init(rd_sensor_t *sensor, rd_bus_t bus, uint8_t handle)
rd_sensor_init_fp
rd_status_t(* rd_sensor_init_fp)(rd_sensor_t *const p_sensor, const rd_bus_t bus, const uint8_t handle)
Initialize and uninitialize sensor. Init and uninit will setup sensor with function pointers....
rd_bus_t
Type of bus sensor uses.
@ RD_BUS_NONE
No bus, internal to IC.
Definition in file ruuvi_interface_shtcx.h.