20 lines
242 B
C
20 lines
242 B
C
|
/*
|
|||
|
* main.h
|
|||
|
*
|
|||
|
* Created on: 25.03.2011
|
|||
|
* Author: barthess
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef MAIN_H_
|
|||
|
#define MAIN_H_
|
|||
|
|
|||
|
|
|||
|
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
#define GET_FILTERED_RAW_GYRO TRUE
|
|||
|
#define GET_FILTERED_RAW_ACCEL TRUE
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#endif /* MAIN_H_ */
|