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