RTC functions for STM32F103

nnio_stm32f10x_rtc.h

Committer:
olympux
Date:
2016-09-16
Revision:
0:22eb12b5dd2f

File content as of revision 0:22eb12b5dd2f:

#ifndef __NNIO_STM32F10X_RTC_H
#define __NNIO_STM32F10X_RTC_H

#include "stm32f10x_rtc.h"
#include "stm32f10x_bkp.h"
#include "stm32f10x_pwr.h"

void RTC_Init(void);
void RTC_Configuration(void);

#endif // __NNIO_STM32F10X_RTC_H