F429 I2C interface init
Posted on May 01, 2014 at 17:52 #include ''stm32f4xx_i2c.h'' #include ''stm32f4xx_rcc.h'' #include ''stm32f4xx_gpio.h'' void I2C1_Init(){ /* Enable Peripheral Clock for I2C1 */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE); /* Enable Periph...