bme680/bme680_util.h
2024-08-19 14:17:39 +01:00

8 lines
123 B
C

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