#ifndef __I2C_H #define __I2C_H #include "stm32f10x.h" // Device header void I2C_Init_(void); #endif