1
WXK
2024-03-18 d9321b6a77d97a67fb6e9f0a9fd4da73a1da4078
1
2
3
4
5
6
7
8
9
10
#ifndef __RTC_H_
#define __RTC_H_
 
#include "stm32f10x.h"
 
 
void RTC_Configuration(uint16_t interval);
 
 
#endif