ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
frdm-k22f
frdm-stbi-a8974
frdm_stbi_a8974_shield.h
Go to the documentation of this file.
1
/*
2
* Copyright 2022 NXP
3
* All rights reserved.
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
/*! File: frdm_stbi_a8974_shield.h
9
* @brief The frdm_stbi_a8974_shield.h file declares arduino pin mapping for frdm_stbi_a8974_shield with frdm-k22f.
10
*/
11
12
#ifndef _FRDM_STBI_A8974_SHIELD_H_
13
#define _FRDM_STBI_A8974_SHIELD_H_
14
15
/* The shield name */
16
#define SHIELD_NAME "FRDM-STBI-A8974"
17
18
// FXLS8974 Sensor Information
19
#define FXLS8974_I2C_ADDR 0x18
20
#define FXLS8974_CS D10
21
#define FXLS8974_MOSI D11
22
#define FXLS8974_MISO D12
23
#define FXLS8974_SCLK D13
24
#define FXLS8974_INT1 D2
25
#define FXLS8974_INT2 A0
26
27
// FRDM-STBI-A8974 Shield Reset
28
#define RESET_GPIO A3
29
30
#endif
/* _FRDM_STBI_A8974_SHIELD_H_ */
© Copyright 2016-2020 NXP. All Rights Reserved.