BE_VOILIER/Pilotes/Include/RTC.h
2025-12-16 17:52:19 +01:00

8 lines
98 B
C

#ifndef RTC_H_
#define RTC_H_
#include <stm32f10x.h>
initRTC();
int getTime();
#endif // RTC_H_