ISSDK  1.8
IoT Sensing Software Development Kit
frdm_stbc_sa9500_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 /*! File: frdm_stbc_sa9500_shield.h
10 * @brief The frdm_stbc_sa9500_shield.h file declares mapping of the Kinetis
11  Device peripherals to the frmd-k22f and frmd-stbc-agm01 shield
12 */
13 
14 #ifndef _frdm_stbc_sa9500_shield_H_
15 #define _frdm_stbc_sa9500_shield_H_
16 
17 /* The shield name */
18 #define SHIELD_NAME "FRDM-STBC-SA9500"
19 
20 // FXLC95000 Sensor Information
21 #define FXLC95000_I2C_ADDR 0x4C
22 #define FXLC95000_INT1 D2
23 #define FXLC95000_PDB_B D8
24 #define FXLC95000_SSB_IO3 D10
25 #define FXLC95000_RST_GPIO A3
26 
27 #endif /* _frdm_stbc_sa9500_shield_H_ */