17 #ifndef __ISSDK_HAL_H__ 18 #define __ISSDK_HAL_H__ 27 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 28 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 29 #define I2C_S_DRIVER I2C_S1_DRIVER 30 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 31 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 33 #endif // __ISSDK_HAL_H__ The virtual_shield.h file declares mapping of NXP sensor pins to I2C addresses and standard Arduino p...
The frdm_kl25z.h file defines GPIO pin mappings for FRDM-KL25Z board.