ISSDK  1.8
IoT Sensing Software Development Kit
frdm_stbc_a8491_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_a8491_shield.h
10 * @brief The frdm_stbc_a8491_shield.h file declares mapping of the Kinetis
11  Device peripherals to the frmd-kl25z and frmd-stbc-a8491 shield
12 */
13 
14 #ifndef _FRDM_STBC_A8491_SHIELD_H_
15 #define _FRDM_STBC_A8491_SHIELD_H_
16 
17 /* The shield name */
18 #define SHIELD_NAME "FRDMSTBC-A8491"
19 
20 // MMA8491 Sensor Information
21 #define MMA8491_I2C_ADDR 0x55
22 #define MMA8491_EN A1
23 #define MMA8491_XOUT D2
24 #define MMA8491_YOUT D5
25 #define MMA8491_ZOUT D8
26 
27 #endif /* _FRDM_STBC_A8491_SHIELD_H_ */