1 /*
2  * Copyright (c) 2016, Freescale Semiconductor, Inc.
3  * Copyright 2016-2017 NXP
4  * All rights reserved.
5  *
6  * SPDX-License-Identifier: BSD-3-Clause
7  */
8 
9 /**
10  * @file frdm_stbc_agm01_shield.h
11  * @brief The frdm_stbc_agm01_shield.h file declares mapping of the Kinetis
12          Device peripherals to the frmd-k64f and frmd-stbc-agm01 shield
13  */
14 
15 #ifndef _FRDM_STBC_DIFF_P_SHIELD_H_
16 #define _FRDM_STBC_DIFF_P_SHIELD_H_
17 
18 /* The shield name */
19 #define SHIELD_NAME "FRDM-STBI-DP300x"
20 
21 // DIFF-P Conversion Factors
22 #define NPS3000VV_PRESSURE_DIV_FACTOR (8)
23 #define NPS3001DV_PRESSURE_DIV_FACTOR (8)
24 #define NPS3002VV_PRESSURE_DIV_FACTOR (4)
25 #define NPS3005DV_PRESSURE_DIV_FACTOR (4)
26 
27 // DIFF-P Sensor Information
28 #define DIFF_P_I2C_ADDR 0x60
29 #define DIFF_P_INT1 D5
30 #define DIFF_P_INT2 D2
31 #define DIFF_P_CS D10
32 
33 #endif /* _FRDM_STBC_DIFF_P_SHIELD_H_ */
34