RTC functions for STM32F103

nnio_stm32f10x_rtc.h

Committer:
olympux
Date:
2016-09-25
Revision:
1:f0b4e50e55a6
Parent:
0:22eb12b5dd2f

File content as of revision 1:f0b4e50e55a6:

#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