#ifndef GPIODRIVER_H #define GPIODRIVER_H #include "stm32f10x.h" #include "MyI2C.h" void MyRTC_Init(); void MyRTC_GetTime(); #endif