Go to the documentation of this file.
4 #ifndef I2C_EXAMPLE_CARGO_H_
5 #define I2C_EXAMPLE_CARGO_H_
uint32_t i2c_example_cargo_get_status(void)
Get cargo example app status.
uint32_t i2c_example_cargo_get_actual_presence_update_rate(void)
Get the estimated presence update rate of the.
void i2c_example_cargo_copy_utilization_result_fields(cargo_result_t *dst_result)
Copy utilization example app cargo result.
bool i2c_example_cargo_command(uint32_t command)
Send command to be executed to cargo i2c app.
uint32_t i2c_example_cargo_get_measure_counter(void)
Get the count of number of measurements performed.
Configuration struct for cargo.
void i2c_example_cargo_copy_presence_burst_result_fields(cargo_result_t *dst_result)
Copy presence example app cargo result.
int16_t i2c_example_cargo_get_temperature(void)
Get most recently measured temperature.
cargo_config_t * i2c_example_cargo_get_config(void)
Get pointer to internal cargo config struct.