Subversion Repositories dashGPS

Rev

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

Rev Author Line No. Line
6 mjames 1
#pragma once
2
 
20 mjames 3
#include "libBMP280/bmp280.h"
11 mjames 4
 
6 mjames 5
extern  void cc_init();
26 mjames 6
// pass in the two control structures for the two sensors :
7
extern  void cc_run(struct bmp280_dev * bmp, struct bmp280_dev * bmp2 );
6 mjames 8