
#pragma once

#include "libBMP280/bmp280.h"

extern  void cc_init();
extern  void cc_run(struct bmp280_dev * bmp);

