8 lines
123 B
C
8 lines
123 B
C
|
#ifndef BME680_UTIL_H
|
||
|
#define BME680_UTIL_H
|
||
|
|
||
|
#include "bme680.h"
|
||
|
|
||
|
void bme680_print_calibration (bme680_t *bme680);
|
||
|
|
||
|
#endif
|