Upped pressure filter a bit

This commit is contained in:
Jason Short 2011-11-17 11:12:18 -08:00
parent 802dd6994a
commit afef359aec
1 changed files with 1 additions and 1 deletions

View File

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