|
void | barometer5_cfg_setup (barometer5_cfg_t *cfg) |
| Barometer 5 configuration object setup function.
|
|
err_t | barometer5_init (barometer5_t *ctx, barometer5_cfg_t *cfg) |
| Barometer 5 initialization function.
|
|
err_t | barometer5_default_cfg (barometer5_t *ctx) |
| Barometer 5 default configuration function.
|
|
err_t | barometer5_generic_write (barometer5_t *ctx, uint8_t reg, uint8_t *tx_buf, uint8_t tx_len) |
| Barometer 5 I2C writing function.
|
|
err_t | barometer5_generic_read (barometer5_t *ctx, uint8_t reg, uint8_t *rx_buf, uint8_t rx_len) |
| Barometer 5 I2C reading function.
|
|
err_t | barometer5_set_command (barometer5_t *ctx, uint8_t cmd) |
| Barometer 5 set command function.
|
|
err_t | barometer5_set_ratio (barometer5_t *ctx, uint8_t temp_ratio, uint8_t press_ratio) |
| Barometer 5 set data ratio function.
|
|
err_t | barometer5_sw_reset (barometer5_t *ctx) |
| Barometer 5 software reset function.
|
|
err_t | barometer5_get_calibration_data (barometer5_t *ctx) |
| Barometer 5 get calibration data function.
|
|
err_t | barometer5_get_raw_data (barometer5_t *ctx, uint32_t *temp_data, uint32_t *press_data) |
| Barometer 5 get raw data function.
|
|
err_t | barometer5_get_temperature (barometer5_t *ctx, float *temperature) |
| Barometer 5 get temperature data function.
|
|
err_t | barometer5_get_pressure (barometer5_t *ctx, float *pressure) |
| Barometer 5 get pressure data function.
|
|
err_t | barometer5_calculate_altitude (barometer5_t *ctx, float *altitude) |
| Barometer 5 calculate altitude function.
|
|
err_t | barometer5_get_data (barometer5_t *ctx, float *temperature, float *pressure) |
| Barometer 5 get data function.
|
|
This file contains API for Barometer 5 Click Driver.