Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#pragma once
#include "libBMP280/bmp280.h"
extern void cc_init();
extern void cc_run();
extern void cc_run(struct bmp280_dev * bmp);