zhyinch
2020-06-29 1ed0e9100899ee15b4f5da46ff5f65db79b1fdf7
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