0
zhyinch
2021-12-10 7a67526ee4c5c0664e2b8b9a56e86a82eb9b238a
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