Initialize the sensor and device structure.
Initialize the sensor and device structure.
bme68x_init
int8_t bme68x_init(struct bme68x_dev *dev)
Initializes the BME68X sensor.
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
-