
#pragma once

#include "libBME280/bme280.h"

extern  void cc_init();
extern  void cc_run(struct bme280_dev * bmp);

