1 /* 2 * Copyright 2019 NXP 3 * All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 /** 9 * @file frdm-stba-pa7250_shield.h 10 * @brief The frdm-stba-pa7250_shield.h file declares mapping of the Kinetis 11 Device peripherals to the frmd-ke15z and frdm-stba-pa7250 shield 12 */ 13 14 #ifndef _FRDM_STBA_PA7250_SHIELD_H_ 15 #define _FRDM_STBA_PA7250_SHIELD_H_ 16 17 /* The shield name */ 18 #define SHIELD_NAME "FRDM-STBA-PA7250" 19 20 // MPXV5004DP Sensor based parameters 21 #define VCC (5.0) 22 #define BIT12RES (4096) 23 #define FXPS7250A4_OFFSET (20) /* Zero Error Offset. */ 24 25 26 /* Arduino Pin A0 (Sensor Analog Output Pin) maps to ADC0 Channel 0 on KE15Z (PTA0). */ 27 #define FXPS7250A4_ADC12_CHANNEL 0U 28 #define FXPS7250A4_ADC12_CHANNEL_GROUP 0U 29 30 #endif /* _FRDM_STBA_PA7250_SHIELD_H_ */ 31