43 #ifndef __ISSDK_HAL_H__ 44 #define __ISSDK_HAL_H__ 46 #include "fsl_lpuart_cmsis.h" 47 #include "fsl_i2c_cmsis.h" 48 #include "fsl_spi_cmsis.h" 57 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 58 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 59 #define I2C_S_DRIVER I2C_S1_DRIVER 60 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 61 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 63 #endif // __ISSDK_HAL_H__ The frdm_stbc_b3115_shield.h file declares mapping of the Kinetis Device peripherals to the frmd-kl27...
The frdm_kl27z.h file defines GPIO pins for FRDM-KL27Z board.