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_ */ 27