
#pragma once

#include "libBMP280/bmp280.h"

extern  void cc_init();
// pass in the two control structures for the two sensors :
extern  void cc_run(struct bmp280_dev * bmp, struct bmp280_dev * bmp2 );

