Subversion Repositories dashGPS

Rev

Rev 6 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 mjames 1
#pragma once
2
 
11 mjames 3
#include "libBMP280/bmp280.h"
4
 
6 mjames 5
extern  void cc_init();
11 mjames 6
extern  void cc_run(struct bmp280_dev * bmp);
6 mjames 7