BE_VOILIER/ProjetInitial/Pilotes/Include/RTC.h
2025-12-17 00:11:41 +01:00

8 lines
103 B
C
Executable file

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