Class Adxl362.FilterControlMasks
Masks for the bit in the filter control register.
Assembly: Adxl3xx.dll
View Source
public static class Adxl362.FilterControlMasks
Fields
DATARATE_12_5HZ
Data rate of 12.5Hz
View Source
public const byte DATARATE_12_5HZ = 0
DATARATE_25HZ
Data rate of 25 Hz
View Source
public const byte DATARATE_25HZ = 1
DATARATE_50HZ
Data rate of 50 Hz.
View Source
public const byte DATARATE_50HZ = 2
DATARATE_100HZ
Data rate 100 Hz.
View Source
public const byte DATARATE_100HZ = 3
DATARATE_200Hz
Data rate of 200 Hz.
View Source
public const byte DATARATE_200Hz = 4
DATARATE_400Hz
Data rate of 400 Hz
View Source
public const byte DATARATE_400Hz = 5
EXTERNAL_SAMPLING
Enable the external sampling trigger.
View Source
public const byte EXTERNAL_SAMPLING = 8
HALF_BANDWIDTH
Half or quarter bandwidth.
View Source
public const byte HALF_BANDWIDTH = 16
RANGE_2G
Set the range to +/- 2g.
View Source
public const byte RANGE_2G = 0
RANGE_4G
Set the range to +/- 4g
View Source
public const byte RANGE_4G = 64
RANGE_8G
Set the range to +/- 8g
View Source
public const byte RANGE_8G = 128