#ifndef BME680_UTIL_H #define BME680_UTIL_H #include "bme680.h" void bme680_print_calibration (bme680_t *bme680); #endif