RTC functions for STM32F103

Committer:
olympux
Date:
Sun Sep 25 20:17:30 2016 +0000
Revision:
1:f0b4e50e55a6
Parent:
0:22eb12b5dd2f
Added comment to LSE or LSI clock source

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 0:22eb12b5dd2f 1 #ifndef __NNIO_STM32F10X_RTC_H
olympux 0:22eb12b5dd2f 2 #define __NNIO_STM32F10X_RTC_H
olympux 0:22eb12b5dd2f 3
olympux 0:22eb12b5dd2f 4 #include "stm32f10x_rtc.h"
olympux 0:22eb12b5dd2f 5 #include "stm32f10x_bkp.h"
olympux 0:22eb12b5dd2f 6 #include "stm32f10x_pwr.h"
olympux 0:22eb12b5dd2f 7
olympux 0:22eb12b5dd2f 8 void RTC_Init(void);
olympux 0:22eb12b5dd2f 9 void RTC_Configuration(void);
olympux 0:22eb12b5dd2f 10
olympux 0:22eb12b5dd2f 11 #endif // __NNIO_STM32F10X_RTC_H