Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed
#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 );