@ -1,8 +1,8 @@
#ifndef APM_BMP085_h
#define APM_BMP085_h
#define TEMP_FILTER_SIZE 2
#define PRESS_FILTER_SIZE 4
#define TEMP_FILTER_SIZE 4
#define PRESS_FILTER_SIZE 8
#include "APM_BMP085_hil.h"