Skip to content
Snippets Groups Projects
Commit 6ecb6f21 authored by Jason Short's avatar Jason Short
Browse files

increased filter

parent 0d62fbd1
No related branches found
No related tags found
No related merge requests found
#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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment