Rev 18 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#pragma once
#include "libBMP280/bmp280.h"
#include "libBME280/bme280.h"
extern void cc_init();
extern void cc_run(struct bmp280_dev * bmp);
extern void cc_run(struct bme280_dev * bmp);