#ifndef __I2C_H__ #define __I2C_H__ #include "./../../stm32f429xx.h" #include "./../../stm32f429.h" #include "./stm32f429_spi.h" #include "../I2C/stm32f429_gpio.h" #include "../I2C/stm32f429_rcc.h" typedef struct { SPI_TypeDef *bus; }SPI_DEV_T; #endif /* __I2C_H__ */