![]() |
NHS31xx SW API
|
These 'defines' capture the diversity settings of the module. The displayed values refer to the default settings. To override the default settings, place the defines with their desired values in the board board_sel.h header file. The compiler will pick up your defines before parsing this file.
Macros | |
#define | ACCEL_CHIP_FXLS8972CF |
#define | ACCEL_I2C_HW |
#define | ACCEL_SHOCK_ENABLE 1 |
#define | ACCEL_SHAKE_ENABLE 1 |
#define | ACCEL_VIBRATION_ENABLE 1 |
#define | ACCEL_TILT_ENABLE 1 |
#define ACCEL_CHIP_FXLS8972CF |
Defines the (currently only) supported accelerometer sensor.
#define ACCEL_I2C_HW |
Defines the (currently only) supported I2C driver.
#define ACCEL_SHOCK_ENABLE 1 |
When defined to a non-zero value, shock detection can be enabled via Accel_Start. When undefined or 0, all shock configurations and requests for enabling or disabling them are silently ignored.
#define ACCEL_SHAKE_ENABLE 1 |
When defined to a non-zero value, shake detection can be enabled via Accel_Start. When undefined or 0, all shake configurations and requests for enabling or disabling them are silently ignored.
#define ACCEL_VIBRATION_ENABLE 1 |
When defined to a non-zero value, vibration detection can be enabled via Accel_Start. When undefined or 0, all vibration configurations and requests for enabling or disabling them are silently ignored.
#define ACCEL_TILT_ENABLE 1 |
When defined to a non-zero value, tilt detection can be enabled via Accel_Start. When undefined or 0, all tilt configurations and requests for enabling or disabling them are silently ignored.