#ifndef _I2cDrive_H #define _I2cDrive_H #include "stm32f10x.h" void MyI2C_Init(void); #endif