ISSDK  1.8
IoT Sensing Software Development Kit
frdm_stbc_p3115_shield.h
Go to the documentation of this file.
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_p3115_shield.h
11 * @brief The frdm_stbc_p3115_shield.h file declares mapping of the Kinetis
12  Device peripherals to the frmd-kl25z and frmd-stbc-p3115 shield
13 */
14 
15 #ifndef _FRDM_STBC_P3115_SHIELD_H_
16 #define _FRDM_STBC_P3115_SHIELD_H_
17 
18 /* The shield name */
19 #define SHIELD_NAME "FRDMSTBC-P3115"
20 
21 // MPL3115 Sensor Information
22 #define MPL3115_I2C_ADDR 0x60
23 #define MPL3115_INT1 D5
24 #define MPL3115_INT2 D2
25 
26 #endif /* _FRDM_STBC_P3115_SHIELD_H_ */