ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
frdm-k22f
frdm-stba-a896x
frdm_stba_a896x_shield.h
Go to the documentation of this file.
1
/*
2
* Copyright 2021 NXP
3
* All rights reserved.
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
/*! File: frdm_stba_a896x_shield.h
9
* @brief The frdm_stba_a896x_shield.h file declares arduino pin mapping for frdm_stba_a896x_shield with frdm-k22f.
10
*/
11
12
#ifndef _FRDM_STBA_A896X_SHIELD_H_
13
#define _FRDM_STBA_A896X_SHIELD_H_
14
15
/* The shield name */
16
#define SHIELD_NAME "FRDM-STBA-A896x"
17
18
// FXLS896x Sensor Information
19
#define FXLS896x_I2C_ADDR 0x18
20
#define FXLS896x_CS D10
21
#define FXLS896x_MOSI D11
22
#define FXLS896x_MISO D12
23
#define FXLS896x_SCLK D13
24
#define FXLS896x_INT1 D2
25
#define FXLS896x_INT2 A0
26
27
// FRDM-STBA-A896x Shield Reset
28
#define RESET_GPIO A3
29
30
#endif
/* _FRDM_STBA_A896X_SHIELD_H_ */
© Copyright 2016-2020 NXP. All Rights Reserved.