Subversion Repositories dashGPS

Rev

Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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