NHS31xx SW API
lib_board_dpa/mods/board_sel.h
1 /*
2  * Copyright 2018-2019 NXP
3  * This software is owned or controlled by NXP and may only be used strictly
4  * in accordance with the applicable license terms. By expressly accepting
5  * such terms or by downloading, installing, activating and/or otherwise using
6  * the software, you are agreeing that you have read, and that you agree to
7  * comply with and are bound by, such license terms. If you do not agree to
8  * be bound by the applicable license terms, then you may not retain, install,
9  * activate or otherwise use the software.
10  */
11 
18 #ifndef __BOARD_SEL_H_
19 #define __BOARD_SEL_H_
20 
25 #define ACCEL_CHIP_FXLS8972CF
26 #define ACCEL_I2C_HW
27 
33 #define ACCEL_SHOCK_ENABLE 0
34 #define ACCEL_SHAKE_ENABLE 0
35 #define ACCEL_VIBRATION_ENABLE 1
36 #define ACCEL_TILT_ENABLE 0
37 
50 #define I2C_IRQHANDLER_BOARD
51 
52 #endif