ISSDK  1.8
IoT Sensing Software Development Kit
issdk_hal.h
Go to the documentation of this file.
1 /*
2  * Copyright 2019 NXP
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 /**
9  * @file issdk_hal.h
10  * @brief Wrapper for Hardware Abstraction Layer (HAL)
11 
12  This file simply provides one level of indirection for the developer
13  to select the particular Hardware Abstraction Layer they would like to use.
14 */
15 
16 #ifndef __ISSDK_HAL_H__
17 #define __ISSDK_HAL_H__
18 
19 #include "fsl_lpspi_cmsis.h"
20 #include "fsl_lpi2c_cmsis.h"
21 #include "fsl_lpuart_cmsis.h"
22 
23 #include "frdm_ke15z.h" //Include appropriate MCU board header file
24 #include "frdm-stba-pa7250_shield.h" //Include appropriate sensor shield board header file
25 
26 #endif // __ISSDK_HAL_H__
The frdm-stba-pa7250_shield.h file declares mapping of the Kinetis Device peripherals to the frmd-ke1...
The frdm_ke15z.h file defines GPIO pin mappings for FRDM-KE15Z board.