ISSDK  1.8
IoT Sensing Software Development Kit
frdm_stbc_a8471_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_a8471_shield.h
11 * @brief The frdm_stbc_a8471_shield.h file declares mapping of the Kinetis
12  Device peripherals to the frmd-kl25z and frmd-stbc-a8471 shield
13 */
14 
15 #ifndef _FRDM_STBC_A8471_SHIELD_H_
16 #define _FRDM_STBC_A8471_SHIELD_H_
17 
18 /* The shield name */
19 #define SHIELD_NAME "FRDMSTBC-A8471"
20 
21 // MMA8471 Sensor Information
22 #define FXLS8471_INT1 D2
23 #define FXLS8471_INT2 D8
24 #define FXLS8471_SPI_CS D10
25 
26 #endif /* _FRDM_STBC_A8471_SHIELD_H_ */