Data Logger BLE Cellular Board
Loading...
Searching...
No Matches
Initialization

Initialize the sensor and device structure.

Collaboration diagram for Initialization:

Initialize the sensor and device structure.

bme68x_init

int8_t bme68x_init(struct bme68x_dev *dev);
int8_t bme68x_init(struct bme68x_dev *dev)
Initializes the BME68X sensor.
Definition bme68x.c:215
This API reads the chip-id of the sensor which is the first step to verify the sensor and also calibrates the sensor As this API is the entry point, call this API before using other APIs.
Parameters
[in,out]dev: Structure instance of bme68x_dev
Returns
Result of API execution status
Return values
0-> Success
<0 -> Fail