43 #ifndef __ISSDK_HAL_H__ 44 #define __ISSDK_HAL_H__ 53 #define I2C_S_SCL_PIN I2C_S1_SCL_PIN 54 #define I2C_S_SDA_PIN I2C_S1_SDA_PIN 55 #define I2C_S_DRIVER I2C_S1_DRIVER 56 #define I2C_S_SIGNAL_EVENT I2C_S1_SIGNAL_EVENT 57 #define I2C_S_DEVICE_INDEX I2C_S1_DEVICE_INDEX 59 #endif // __ISSDK_HAL_H__ The frdm_kl25z.h file defines GPIO pin mappings for FRDM-KL25Z board.
The virtual_shield.h file declares mapping of NXP sensor pins to I2C addresses and standard Arduino p...