ISSDK
1.8
IoT Sensing Software Development Kit
boardkit
frdm-ke15z
frdm-stba-pd7250
frdm-stba-pd7250_shield.h
Go to the documentation of this file.
1
/*
2
* Copyright 2020 NXP
3
* All rights reserved.
4
*
5
* SPDX-License-Identifier: BSD-3-Clause
6
*/
7
8
/**
9
* @file frdm-stba-pd7250_shieldd.h
10
* @brief The frdm-stba-pd7250_shield.h file declares mapping of the Kinetis
11
Device peripherals to the frdm-ke15z and frdm-stba-pd7250 shield
12
*/
13
14
#ifndef _FRDM_STBA_PD7250_SHIELD_H_
15
#define _FRDM_STBA_PD7250_SHIELD_H_
16
17
/* The shield name */
18
#define SHIELD_NAME "FRDM-STBI-DP300x"
19
20
// DBAP Sensor Information
21
#define DBAP_I2C_ADDR 0x60
22
#define DIFF_P_INT1 D5
23
#define DIFF_P_INT2 D2
24
#define DIFF_P_CS D10
25
26
#endif
/* _FRDM_STBA_PD7250_SHIELD_H_ */
© Copyright 2016-2020 NXP. All Rights Reserved.