increased filter

This commit is contained in:
Jason Short 2011-11-25 11:33:05 -08:00
parent 0d62fbd197
commit 6ecb6f21a6

View File

@ -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"