L3G4200D Arduino Unified Sensor Library
|
Values for REG_CTRL_5, which is used for enabling different kinds of filtering. More...
Macros | |
#define | CTRL5_NO_FILTERING ((0b00 << 0) | (0b0 << 4)) |
REG_CTRL_5 value to disable both the low pass and high pass filter. | |
#define | CTRL5_HIGH_PASS_FILTERING ((0b01 << 0) | (0b0 << 4)) |
REG_CTRL_5 value to enable the high pass filter only. | |
#define | CTRL5_LOW_PASS_FILTERING ((0b10 << 0) | (0b0 << 4)) |
REG_CTRL_5 value to enable the low pass filter only. | |
#define | CTRL5_BAND_PASS_FILTERING ((0b10 << 0) | (0b1 << 4)) |
REG_CTRL_5 value to enable both the band pass filter (both high pass and low pass). | |
Values for REG_CTRL_5, which is used for enabling different kinds of filtering.