Subversion Repositories dashGPS

Rev

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

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